forked from p15670423/monkey
parent
12c9062dd4
commit
9b8d4ac023
67
README.md
67
README.md
|
@ -125,9 +125,6 @@ SSHExploiter ssh_user | string | user to use for ssh connection
|
||||||
ssh_passwords | list of strings | list of passwords to use when trying to exploit
|
ssh_passwords | list of strings | list of passwords to use when trying to exploit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Building the Monkey from source
|
Building the Monkey from source
|
||||||
-------------------------------
|
-------------------------------
|
||||||
If you want to build the monkey from source and not use our provided packages, look at the readme files under [chaos_monkey](chaos_monkey) and [monkey_island](monkey_island).
|
If you want to build the monkey from source and not use our provided packages, look at the readme files under [chaos_monkey](chaos_monkey) and [monkey_island](monkey_island).
|
||||||
|
@ -140,34 +137,36 @@ Copyright (c) 2016 Guardicore Ltd
|
||||||
See the [LICENSE](LICENSE) file for license rights and limitations (GPLv3).
|
See the [LICENSE](LICENSE) file for license rights and limitations (GPLv3).
|
||||||
|
|
||||||
Dependent packages
|
Dependent packages
|
||||||
| Dependency | License |
|
---------------------
|
||||||
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| libffi-dev | https://github.com/atgreen/libffi/blob/master/LICENSE |
|
Dependency | License |
|
||||||
| PyCrypto | Public domain |
|
----------------------------|----------------------------
|
||||||
| upx | Custom license, http://upx.sourceforge.net/upx-license.html, according to it (IANL) we're fine as long as we're not modifying UPX |
|
libffi-dev | https://github.com/atgreen/libffi/blob/master/LICENSE
|
||||||
| bson | BSD |
|
PyCrypto | Public domain
|
||||||
| enum34 | BSD |
|
upx | Custom license, http://upx.sourceforge.net/upx-license.html, according to it (IANL) we're fine as long as we're not modifying UPX
|
||||||
| pyasn1 | BSD |
|
bson | BSD
|
||||||
| psutil | BSD |
|
enum34 | BSD
|
||||||
| flask | BSD |
|
pyasn1 | BSD
|
||||||
| flask-Pymongo | BSD |
|
psutil | BSD
|
||||||
| Flask-Restful | BSD |
|
flask | BSD
|
||||||
| python-dateutil | Simplified BSD |
|
flask-Pymongo | BSD
|
||||||
| zope | ZPL 2.1 |
|
Flask-Restful | BSD
|
||||||
| Bootstrap | MIT |
|
python-dateutil | Simplified BSD
|
||||||
| JSON Editor | MIT |
|
zope | ZPL 2.1
|
||||||
| Datatables | MIT |
|
Bootstrap | MIT
|
||||||
| jQuery | MIT |
|
JSON Editor | MIT
|
||||||
| cffi | MIT |
|
Datatables | MIT
|
||||||
| twisted | MIT |
|
jQuery | MIT
|
||||||
| typeahead.js | MIT |
|
cffi | MIT
|
||||||
| Font Awesome | MIT |
|
twisted | MIT
|
||||||
| vis.js | MIT/Apache 2.0 |
|
typeahead.js | MIT
|
||||||
| impacket | Apache Modified |
|
Font Awesome | MIT
|
||||||
| Start Bootstrap (UI Theme) | Apache 2.0 |
|
vis.js | MIT/Apache 2.0
|
||||||
| requests | Apache 2.0 |
|
impacket | Apache Modified
|
||||||
| odict | Python Software Foundation License |
|
Start Bootstrap (UI Theme) | Apache 2.0
|
||||||
| paramiko | LGPL |
|
requests | Apache 2.0
|
||||||
| rdpy | GPL-3 |
|
odict | Python Software Foundation License
|
||||||
| winbind | GPL-3 |
|
paramiko | LGPL
|
||||||
| pyinstaller | GPL |
|
rdpy | GPL-3
|
||||||
|
winbind | GPL-3
|
||||||
|
pyinstaller | GPL
|
||||||
|
|
Loading…
Reference in New Issue