Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentsignal/burp-sqlite-logger
SQLite logger for Burp Suite
https://github.com/silentsignal/burp-sqlite-logger
burp sqlite
Last synced: 2 months ago
JSON representation
SQLite logger for Burp Suite
- Host: GitHub
- URL: https://github.com/silentsignal/burp-sqlite-logger
- Owner: silentsignal
- License: mit
- Created: 2017-01-24T12:42:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T08:18:57.000Z (over 3 years ago)
- Last Synced: 2024-08-02T00:23:07.689Z (6 months ago)
- Topics: burp, sqlite
- Language: Java
- Size: 52.7 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-burp-extensions - Burp SQLite logger - SQLite logger for Burp Suite. (Logging and Notes / SSRF)
README
SQLite logger for Burp Suite
============================Building
--------- Install the dependencies, in case of libraries, put the JARs into `lib`
- Execute `ant`, and you'll have the plugin ready in `burp-sqlite-logger.jar`Dependencies
------------- JDK 1.7+ (tested on OpenJDK 8, Debian/Ubuntu package: `openjdk-8-jdk`)
- Apache ANT (Debian/Ubuntu package: `ant`)
- SQLite JDBC Driver from https://github.com/xerial/sqlite-jdbcLicense
-------The whole project is available under MIT license, see `LICENSE.txt`