Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moloch--/burp-multiplayer
Burp with Friends
https://github.com/moloch--/burp-multiplayer
Last synced: 2 months ago
JSON representation
Burp with Friends
- Host: GitHub
- URL: https://github.com/moloch--/burp-multiplayer
- Owner: moloch--
- Created: 2020-10-12T14:54:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T17:49:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T00:40:41.911Z (3 months ago)
- Language: Java
- Size: 5.28 MB
- Stars: 99
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - moloch--/burp-multiplayer - Burp with Friends (Java)
README
# Burp Multiplayer
A Multiplayer Plugin for Burp. Sync's in-scope requests/responses, comments, highlights, and collaboratively tracks coverage in realtime.
![Java CI with Gradle](https://github.com/moloch--/burp-multiplayer/workflows/Java%20CI%20with%20Gradle/badge.svg)
![Demo](/.github/demo.gif?raw=true "Demo")
## Setup
[Download and install the extension](https://github.com/moloch--/burp-multiplayer/releases), connect multiple instances to the same [RethinkDB](https://rethinkdb.com/) instance.
For details on setting up RethinkDB see the [wiki](https://github.com/moloch--/burp-multiplayer/wiki/RethinkDB-Setup).
__Note:__ This extension relies on a lot of interaction with the RethinkDB database, for the best experience ensure you have a fast connection to the database, and that it has sufficient CPU/memory. Large requests/responses may cause the GUI to become sluggish over slow connections (everything is currently loaded eagerly), consider filtering some of these larger requests in the Options panel.#### Build From Source
From the root of the project just run `gradle all`, which will build a Jar in `build/libs`. The project is partially developed using NetBean's Swing designer, so to edit certain files you'll need it. WARNING: `master` may not be as stable as tagged releases.
#### RethinkDB Security
* https://rethinkdb.com/docs/security/