yeswehack / pwn-machine

PwnMachine is a self hosting solution based on docker aiming to provide an easy to use pwning station for bug hunters.
GNU General Public License v3.0
296 stars 50 forks source link

Add a way to support multiple docker-machine clients #2

Closed SakiiR closed 3 years ago

SakiiR commented 4 years ago

At the moment, it is not possible to have multiple users sharing the same pwn-machine.

To do that, you need to copy your docker-machine certificates AND your configuration.

Discussions OPEN: Can we add a "sync" command allowing to sync a remote config/certificates/etc ?