Results 131 comments of 4ra1n

@jhs666666 可以提供下部分代码吗,我看下字符串有多大

参考 https://github.com/chaitin/xpoc/issues/51

At present, there is no automatic verification method. You can specify the output JSON to match the target through some regular code and then automatically call sqlmap (write some Python...

new_password: base64(rsaEncryptPKCS1v15(bytes(password),pubkey))) 试下

另外 rsaEncryptPKCS1v15 函数我不确定 1.9.11 的 xray 是否支持

refer to: https://github.com/chaitin/xpoc/issues/51 You may need to use Chinese translation Additionally, XPOC and XRay 1. x are incompatible, for example, --basic-crawler and --plugins are not supported

好的我反馈一下

好的,我测试验证下

目前没有处理注解相关,之后我看一下

目前的设计是,解压jar后,每一种混淆,都会遍历class文件,然后生成新的混淆后的文件,写入临时目录 读写文件这里,并发可能会有问题 目前我测试这个速度还可以,几十mb大小的jar也很快