Report Helper is a Burp Suite extension that makes it easy to include clean, readable HTTP requests and responses in pentest reports. Instead of relying on screenshots, which are often difficult to read, you can copy and paste syntax-highlighted text straight into your report.
It also makes it easy to:
- Automatically redact Cookie and Authorization header values, or any selected text.
- Choose which headers to remove by default.
You can either use a pre-built binary or build it yourself.
Download the latest pre-built binary from the tags.
-
Ensure you have Maven installed on your machine.
-
Clone the repository:
git clone https://github.com/maa-x/Report-Helper cd report-helper
-
Build the JAR using Maven:
mvn clean install
-
This will generate a
reporterr.jar
file in thetarget
directory.
- Open BurpSuite.
- Navigate to the
Extender
tab and then theExtensions
sub-tab. - Click on
Add
and select thereporterr.jar
file you generated using Maven. - Once loaded, you'll see the Report Helper toolbar and text area in the BurpSuite interface.
Action | Shortcut |
---|---|
Select All | Ctrl + A |
Copy | Ctrl + C |
Undo | Ctrl + Z |
Redo | Ctrl + X |
Redact | Ctrl + Shift + C |
Snip | Ctrl + Shift + S |
- Pentest Ltd. for supporting the development of this plugin and giving me the time to build it.
- RSyntaxTextArea
- Icons by:
Max de Dumast, Pentest Ltd.