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
报告里面本来就经常会包含sql注入的poc,比如我打个heapdump结果被过滤掉了变成heap,导致报告出现偏差。 建议使用预编译方式防止SQL注入,而不是这种低级的替换关键字的方式。
BugRepoter_0x727/config/function.php
Line 77 in bddf10c
The text was updated successfully, but these errors were encountered:
这个只是语法过滤,数据库写入是采用pdo方式
Sorry, something went wrong.
No branches or pull requests
报告里面本来就经常会包含sql注入的poc,比如我打个heapdump结果被过滤掉了变成heap,导致报告出现偏差。
建议使用预编译方式防止SQL注入,而不是这种低级的替换关键字的方式。
BugRepoter_0x727/config/function.php
Line 77 in bddf10c
The text was updated successfully, but these errors were encountered: