Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax/burp-logs
Logs is a Burp Suite extension to work with log files.
https://github.com/ax/burp-logs
burp burp-extensions burp-logs burp-plugin burpsuite import log logs parser reader
Last synced: about 1 month ago
JSON representation
Logs is a Burp Suite extension to work with log files.
- Host: GitHub
- URL: https://github.com/ax/burp-logs
- Owner: ax
- License: gpl-3.0
- Created: 2018-11-14T15:53:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T07:46:24.000Z (about 3 years ago)
- Last Synced: 2024-10-29T18:26:12.652Z (about 1 month ago)
- Topics: burp, burp-extensions, burp-logs, burp-plugin, burpsuite, import, log, logs, parser, reader
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 9
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-burp-extensions - Log Viewer - Lets you view log files generated by Burp in a graphical enviroment. (Logging and Notes / SSRF)
- awesome-hacking-lists - ax/burp-logs - Logs is a Burp Suite extension to work with log files. (Java)
README
# Logs
Logs is a BurpSuite extension to work with log files.
Whit this simple extension you will be able to load Burp's log files into Burp, and perfom actions like sending a specific request to the Repeater to perform further attacks or analysis.
Under Project Options > Misc > Logging, there are options to log every HTTP request and response made and received by Burp. Logging can be configured per-tool or for all Burp traffic. This can be useful to keep __complete__ records of your sessions.
## Features
- A tab within the main Burp UI.
- A log table and two instances of Burp's own HTTP message editor, which display the selected request and response (as in the Proxy history).
- Right-clicking the message editor produces the classic Burp's context menu used to perform actions like sending the message to other Burp tools, request/show in browser, copy as curl command, etc.## Building instructions
- Clone the repo.
- Make a couple of dirs: `mkdir bin build`
- Build the Logs jar: `javac -d build/ src/burp/*.java; jar cf bin/Logs.jar -C build/ burp`
- Load your `bin/Logs.jar` into Burp.