-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
感觉哥斯拉的特征太明显了 #87
Comments
哥斯拉不同的加密器所发送的流量都是不同的,例如说PHP_XOR_BASE64 默认生成的脚本是这样的
流量是这样的 但是你可以在生成的脚本里面加任何输出,哥斯拉也能照样识别,例如说你可以套一个百度的网页 把内容都复制到生成的shell 你还可以配置一下请求追加 于是流量伪装成了百度的搜索 |
哥斯拉从v1.0开始,就支持自定义加密器,通过插件的方式动态加载,不过一直没时间写文档,可以自行反编译学习,自定义加密器支持自定义加密算法,和流量查找以及发送逻辑 |
兄弟,我研究完哥斯拉的插件回来了,想问一下,可以给我学习一下 shells.payloads.java.assets 下面的 payload.classs 的代码吗?反编译出来好难看啊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
前面16位字母是大写的,最后16位字母也是大写的,中间是普通的base64字符串,这也太明显了
The text was updated successfully, but these errors were encountered: