Skip to content
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

哥斯拉 内存马 插件无法使用 #29

Open
veo opened this issue Jul 15, 2022 · 1 comment
Open

哥斯拉 内存马 插件无法使用 #29

veo opened this issue Jul 15, 2022 · 1 comment

Comments

@veo
Copy link

veo commented Jul 15, 2022

哥斯拉内存马只传入了data数据,没有传入ServletContext等信息,导致除了基础功能外,插件都无法使用

解决方案

f.equals(arrOut);
f.equals(data);

改为
f.equals(arrOut);
f.equals(request);

即可

@SummerSec
Copy link
Owner

哥斯拉内存马只传入了data数据,没有传入ServletContext等信息,导致除了基础功能外,插件都无法使用

解决方案

f.equals(arrOut);
f.equals(data);

改为
f.equals(arrOut);
f.equals(request);

即可

好的谢谢反馈,周末改一版。

SummerSec added a commit that referenced this issue Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants