This Burp Suite extension provides an "HttpHistoryTabs" tab, which functions similarly to the native "HTTP history" tab but with added multi-tab capabilities like Burp's "Repeater".
Convenient for testing multiple accounts or microservices.
- Main Tab (
HttpHistoryTabs): A top-level tab in Burp Suite. - Sub-Tabs: Dynamically create and delete sub-tabs within
HttpHistoryTabs. - Individual Capture Filters: Each sub-tab has its own configurable capture filter. (Bambda in future)
- Install JDK 17 and Maven
- Clone the repository.
- Run
mvn clean package
This will produce a JAR file (e.g., HttpHistoryTabs-1.0-SNAPSHOT-jar-with-dependencies.jar) in the target directory.
- Open Burp Suite - "Extensions" tab.
- Under "Installed", click "Add".
- In the "Add extension" dialog, click "Select file..." under "Extension details".
- Locate and select the JAR file you built (e.g.,
HttpHistoryTabs-1.0-SNAPSHOT-jar-with-dependencies.jar). - Click "Next". Burp should load the extension, and you should see the "HttpHistoryTabs" tab appear.

