Empire/setup/install.sh

16 lines
259 B
Bash
Raw Normal View History

2015-08-05 18:36:39 +00:00
#!/bin/bash
apt-get install python-pip
2015-08-13 01:14:43 +00:00
#ubuntu 14.04 LTS dependencies
apt-get install python-dev
apt-get install python-m2crypto
apt-get install swig
pip install pycrypto
#kali dependencies
2015-08-05 18:36:39 +00:00
pip install iptools
pip install pydispatcher
./setup_database.py