Practical Web Penetration Testing
上QQ阅读APP看书,第一时间看更新

Intercepting the requests/responses using Burp Proxy

The Proxy tool is the heart of Burp. In summary, it intercepts all of the requests and responses that you try to manually visit using your browser. It operates as a web proxy server, and it sits as a man-in-the-middle between your browser and destination web servers. This lets you intercept, inspect, and modify the raw traffic passing in both directions (request/response):