We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在pluginBase基类的paramsCombination方法当中,当place==PLACE.POST且hint==POST_HINT.NORMAL时,这里我的理解时应该生成可以遍历的payloads(以sqli_error.py为例)如: 但w13scan测试生成的payload如图 原因: 在遍历payloads时对new_data[key]进行了覆盖,导致result最终添加的都是最后一个payload值
The text was updated successfully, but these errors were encountered:
我并不确定这是一个问题,但是在我阅读源码进行调试时,出现了我对代码阅读意料之外的结果 注:如果是我理解错误请直接关闭这个issue
Sorry, something went wrong.
No branches or pull requests
在pluginBase基类的paramsCombination方法当中,当place==PLACE.POST且hint==POST_HINT.NORMAL时,这里我的理解时应该生成可以遍历的payloads(以sqli_error.py为例)如:
但w13scan测试生成的payload如图
原因:
在遍历payloads时对new_data[key]进行了覆盖,导致result最终添加的都是最后一个payload值
The text was updated successfully, but these errors were encountered: