This Burp Suite extension helps penetration testers create detailed vulnerability reports in both PDF and Word formats.
- Create vulnerability reports based on OWASP Top 10 2021 categories
- Support for both PDF and Word report formats
- Customizable vulnerability details:
- Description
- Impact
- Request/Response evidence
- Custom remediation plans
- Evidence screenshots
- Risk level classification
- Easy-to-use interface
- Image support in reports
- Download the latest JAR file from the releases page
- In Burp Suite Professional, go to Extender > Extensions
- Click "Add" button
- Select the downloaded JAR file
- The extension will be loaded and ready to use
- Right-click on any request in Burp Suite
- Select "Add to Pentest Report"
- Fill in the vulnerability details
- Add screenshots or evidence if needed
- Click "Add to Report"
- Generate the final report in PDF or Word format
- Clone the repository
git clone https://github.com/GHULI3V/burp-report-generator.git
- Build with Maven
mvn clean package
- The JAR file will be created in the
target
directory
- Burp Suite
- Java 8 or higher
- Maven (for building from source)
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.