Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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-jdbc

License
-------

The whole project is available under MIT license, see `LICENSE.txt`