使用HTTP头去绕过WAF(bypasswaf)

在用node http get 请求的时候,发现的

解决方案:

Add headers to all Burp requests to bypass some WAF products. This extension will automatically add the following headers to all requests.

  X-Originating-IP: 127.0.0.1
  X-Forwarded-For: 127.0.0.1
  X-Remote-IP: 127.0.0.1
  X-Remote-Addr: 127.0.0.1

原文链接:https://github.com/codewatchorg/bypasswaf/blob/master/README.md

原文地址:https://www.cnblogs.com/cbugs/p/6407428.html