Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrts/burp-suite-http-proxy-history-viewer
Burp Suite HTTP proxy history viewer
https://github.com/mrts/burp-suite-http-proxy-history-viewer
burp javafx
Last synced: about 2 months ago
JSON representation
Burp Suite HTTP proxy history viewer
- Host: GitHub
- URL: https://github.com/mrts/burp-suite-http-proxy-history-viewer
- Owner: mrts
- License: mit
- Created: 2017-01-18T11:40:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T13:44:36.000Z (about 8 years ago)
- Last Synced: 2024-05-20T11:35:35.019Z (8 months ago)
- Topics: burp, javafx
- Language: Java
- Size: 17.6 KB
- Stars: 15
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burp-suite-http-proxy-history-viewer
JavaFX application for viewing Burp Suite HTTP proxy history files.
The history file can be exported from Burp Suite by opening *Proxy > HTTP
History*, selecting relevant records, right-clicking and choosing *Save items*.Example history file is included in
[example/burp-http-history.xml](example/burp-http-history.xml).## Usage
The application is currently work in progress, please check back soon for
instructions.## Building and running
mvn clean jfx:jar
java -jar target/jfx/app/burp-suite-http-proxy-history-viewer-1.0-SNAPSHOT-jfx.jar