bug_x

导航

 

在用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

posted on 2017-02-16 20:13  bug_x  阅读(579)  评论(0编辑  收藏  举报