Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salesforce/VulnreportForBurp
Burp Suite extension to enable reporting findings directly to VulnReport
https://github.com/salesforce/VulnreportForBurp
burp burp-extensions burpsuite java penetration-testing pentest
Last synced: about 2 months ago
JSON representation
Burp Suite extension to enable reporting findings directly to VulnReport
- Host: GitHub
- URL: https://github.com/salesforce/VulnreportForBurp
- Owner: salesforce
- License: bsd-3-clause
- Created: 2019-07-12T16:54:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T18:53:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T16:37:52.695Z (about 2 months ago)
- Topics: burp, burp-extensions, burpsuite, java, penetration-testing, pentest
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-hacking-lists - salesforce/VulnreportForBurp - Burp Suite extension to enable reporting findings directly to VulnReport (Java)
README
# VulnreportForBurp
The Vulnreport plugin for Burp. Allows you to right-click any request/response in Burp and copy the data to a string which can be decoded by Vulnreport when pasted into the Burp Data section. The decoded request/response and URL will be added as vuln data sections.## Building:
`mvn clean install`## Installing:
In Burp Suite:
- Go to Extender -> Extensions -> Add
- Locate the compiled jar file (e.g. `target/vulnreport-burp-1.0-SNAPSHOT.jar`)
- Click Open -> Next
- You will see the message `Loaded Vulnreport` in the extension Output tab