BatchRepeater is a BurpSuite extension that enhances the functionality of the Repeater tool by allowing users to send multiple selected HTTP requests to the Repeater in a single action. This tool is useful for penetration testers and security professionals who need to quickly and efficiently analyze multiple HTTP requests.
- Send Multiple Requests to Repeater: Adds a context menu option, "Send all to Repeater," that allows users to select multiple HTTP requests and send them to BurpSuite's Repeater tool in one click.
- Download the JAR File:
- Download the BatchRepeater.jar file from the Releases section of this repository.
- Add the Extension to BurpSuite:
- Open BurpSuite.
- Go to the "Extensions" tab.
- Click "Add" and select the BatchRepeater.jar file.
- Right-click on HTTP Requests:
- In BurpSuite, select one or more HTTP requests from any tool (such as Proxy, Target, etc.).
- Right-click on the selected requests.
- Send to Repeater:
- BurpSuite: Professional or Community Edition.
- Java: Version 21 or higher.
BatchRepeater.java
: The main source code for the extension..gitignore
: Specifies files and directories that should be ignored by Git.pom.xml
: Maven configuration file that manages project dependencies.BatchRepeater.jar
: The compiled extension JAR file.