This exention enables autocompletion within BurpSuite Repeater/Intruder tabs.
Created at the request of this tweet: https://twitter.com/Hogarth45_/status/1366432589733625860
This extension supports autocompletion within BurpSuite Repeater and Intruder tabs, aimed primarily at Headers.
It comes prepackaged with the great list of headers from SecLists
- (Optional) Clone and build this repo with
mvn clean install
- Load the built jar (or the one that comes with the repo) into Burp
- Within new* Repeater/Intruder tabs begin typing a header name
- The extension will create a list of possible candidates within a box below your cursor
- Double click on your desired header and it will be inserted for you
* I say new because if the Reapter/Intruder tab already exists it cannot be hooked. Simply recreate the tab to enable AutoCompletion.