forked from p34709852/monkey
Added example of server address
This commit is contained in:
parent
f8ca808ad5
commit
21bae7f273
|
@ -51,7 +51,7 @@ Running the C&C Server is as simple as installing our infected monkey debian pac
|
|||
|
||||
### Unleashing the Monkey
|
||||
|
||||
Once configured, run the monkey using ```./monkey-linux-64 m0nk3y -c config.bin``` (Windows is identical). This can be done at multiple points in the network at once.
|
||||
Once configured, run the monkey using ```./monkey-linux-64 m0nk3y -c config.bin -s 41.50.73.31:5000``` (Windows is identical). This can be done at multiple points in the network at once.
|
||||
|
||||
Command line options include:
|
||||
* `-c`, `--config`: set configuration file. JSON file with configuration values, will override compiled configuration.
|
||||
|
@ -174,4 +174,4 @@ Dependency | License |
|
|||
rdpy | GPL-3
|
||||
winbind | GPL-3
|
||||
pyinstaller | GPL
|
||||
Celery | BSD
|
||||
Celery | BSD
|
||||
|
|
Loading…
Reference in New Issue