A simple BurpSuite extension that allows URL remappings of proxy traffic using Regex expressions. BurpSuite only supports redirection of proxy connections to a single endpoint and maintains the protocol, regardless of the endpoint's port. The extension aims to allow more flexible redirection rules, including upgrading and downgrading of the protocol or blackholing of specific requests.
- BurpSuite (Free or Professional)
- Java 8 or newer
The plugin was developed using Netbeans and relies on Netbeans' GUI designer. Simply open the project in Netbeans and run build; a jar file should then be created in the project's dist directory.
Load the extension's jarfile using BurpSuite's Extender tab.
TODO: Will hopefully publish the plugin on extension store for BurpSuite.