Skip to content

Copy HTTP Requests and Responses with syntax highlighting and paste them straight into reports. Optionally include counterpart (request or response), configure which headers to include or not, redact cookies, and more.

Notifications You must be signed in to change notification settings

maa-x/Report-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report Helper

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.

Burp Suite view

Installation

You can either use a pre-built binary or build it yourself.

Pre-built Binary

Download the latest pre-built binary from the tags.

Building the Plugin

  1. Ensure you have Maven installed on your machine.

  2. Clone the repository:

    git clone https://github.com/maa-x/Report-Helper
    cd report-helper
    
  3. Build the JAR using Maven:

    mvn clean install
    
  4. This will generate a reporterr.jar file in the target directory.

Loading the Plugin in BurpSuite

  1. Open BurpSuite.
  2. Navigate to the Extender tab and then the Extensions sub-tab.
  3. Click on Add and select the reporterr.jar file you generated using Maven.
  4. Once loaded, you'll see the Report Helper toolbar and text area in the BurpSuite interface.

Usage

Keyboard Shortcuts

Action Shortcut
Select All Ctrl + A
Copy Ctrl + C
Undo Ctrl + Z
Redo Ctrl + X
Redact Ctrl + Shift + C
Snip Ctrl + Shift + S

Acknowledgments

Authors

Max de Dumast, Pentest Ltd.

About

Copy HTTP Requests and Responses with syntax highlighting and paste them straight into reports. Optionally include counterpart (request or response), configure which headers to include or not, redact cookies, and more.

Resources

Stars

Watchers

Forks

Packages

No packages published