Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Oct 14, 2020
1 parent adb247c commit d448cf9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ A Multiplayer Plugin for Burp. Sync's in-scope requests/responses, comments, and

## Setup

Install extension, connect multiple instances to the same [RethinkDB](https://rethinkdb.com/) instance.
[Download and install the extension](https://github.com/moloch--/burp-multiplayer/releases), connect multiple instances to the same [RethinkDB](https://rethinkdb.com/) instance.

You can use `rethinkdb.sh` to start a locally running instance in a Docker container. You can use `ssh -L <local_port>:localhost:<driver_port> <ip_of_rethinkdb_server>` to access a remote RethinkDB instance using an SSH tunnel.


#### Build From Source

From the root of the project just run `gradle`, 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.


#### RethinkDB Security

* https://rethinkdb.com/docs/security/
Expand Down

0 comments on commit d448cf9

Please sign in to comment.