forked from p34709852/monkey
Don't dup pip list
This commit is contained in:
parent
b3322b2541
commit
d1f218daad
|
@ -15,21 +15,7 @@ Windows:
|
||||||
4. Download & Run get-pip.py
|
4. Download & Run get-pip.py
|
||||||
https://bootstrap.pypa.io/get-pip.py
|
https://bootstrap.pypa.io/get-pip.py
|
||||||
5. Run:
|
5. Run:
|
||||||
setx path "%path%;C:\Python27\;C:\Python27\Scripts"
|
Install the python packages listed in requirements.txt. Using pip install -r requirements.txt
|
||||||
python -m pip install enum34
|
|
||||||
python -m pip install impacket
|
|
||||||
python -m pip install PyCrypto
|
|
||||||
python -m pip install pyasn1
|
|
||||||
python -m pip install cffi
|
|
||||||
python -m pip install twisted
|
|
||||||
python -m pip install rdpy
|
|
||||||
python -m pip install requests
|
|
||||||
python -m pip install odict
|
|
||||||
python -m pip install paramiko
|
|
||||||
python -m pip install psutil
|
|
||||||
python -m pip install netifaces
|
|
||||||
python -m pip install PyInstaller
|
|
||||||
type > C:\Python27\Lib\site-packages\zope\__init__.py
|
|
||||||
7. Download and extract UPX binary to [source-path]\monkey\chaos_monkey\bin\upx.exe:
|
7. Download and extract UPX binary to [source-path]\monkey\chaos_monkey\bin\upx.exe:
|
||||||
http://upx.sourceforge.net/download/upx391w.zip
|
http://upx.sourceforge.net/download/upx391w.zip
|
||||||
8. (Optional) For some exploits to work better, install 'dnet' python library. You'll need to compile it for your OS
|
8. (Optional) For some exploits to work better, install 'dnet' python library. You'll need to compile it for your OS
|
||||||
|
@ -42,20 +28,8 @@ Linux (Tested on Ubuntu 12.04):
|
||||||
1. Run:
|
1. Run:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install python-pip python-dev libffi-dev upx libssl-dev libc++1
|
sudo apt-get install python-pip python-dev libffi-dev upx libssl-dev libc++1
|
||||||
sudo pip install enum34
|
Install the python packages listed in requirements.txt.
|
||||||
sudo pip install impacket
|
Using pip install -r requirements.txt
|
||||||
sudo pip install PyCrypto --upgrade
|
|
||||||
sudo pip install pyasn1
|
|
||||||
sudo pip install cffi
|
|
||||||
sudo pip install zope.interface --upgrade
|
|
||||||
sudo pip install twisted
|
|
||||||
sudo pip install rdpy
|
|
||||||
sudo pip install requests --upgrade
|
|
||||||
sudo pip install odict
|
|
||||||
sudo pip install paramiko
|
|
||||||
sudo pip install psutil
|
|
||||||
sudo pip install netifaces
|
|
||||||
sudo pip install PyInstaller
|
|
||||||
sudo apt-get install winbind
|
sudo apt-get install winbind
|
||||||
2. Put source code in /home/user/Code/monkey/chaos_monkey
|
2. Put source code in /home/user/Code/monkey/chaos_monkey
|
||||||
3. To build, run in terminal:
|
3. To build, run in terminal:
|
||||||
|
|
Loading…
Reference in New Issue