Advanced Proxy Extension for Burp Suite

Dec 2021

Burp Suite is one of the most popular tools used for web application pentesting. Advanced Proxy extension for Burp Suite helps you drop or change the destination of a request by regex matching.

Example Usage

Let's say you are reverse engineering a minified JavaScript. It becomes handy if you can modify the code during this reversing process. This is how Advanced Proxy can help you:

  1. Make a copy of the minified file in your local.
  2. Setup a webserver to serve the file.
  3. Create an Advanced Proxy rule and re-route the request for the JS file to your server.
Now you have full control of the file you are reversing.

How to Use

  1. Obtain the Jar file of the extension from the releases page.
  2. Go to the Extender tab in Burp Suite and add the extension like any other extension.
  3. Go to the AdvProxy tab in Burp Suite and add and enable rules.
    The AdvProxy tab is very much self-descriptive.

The end
Other Articles