ReplaceIt is a Burp Suite extension designed to streamline the process of finding and replacing text within HTTP requests directly from the Repeater tab. Instead of manually editing requests, ReplaceIt allows users to highlight occurrences of a search term and replace them efficiently with a few clicks.
- Find and Replace: Quickly find and replace text within HTTP requests.
- Highlighting: Highlight all occurrences of a search term within the request.
- Download the latest JAR file from the Releases
- Open Burp Suite and navigate to the
Extensiontab - Click on
Addand select the JAR file you downloaded - You should now see the log message
ReplaceIt extension loadedand the extension should be available in theRepeatertab
- Clone the repository
- Run
mvn clean package - The JAR file will be available in the
targetdirectory