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
|
|
|
|
|
2015-08-10 13:07:11 +00:00
|
|
|
#kali dependencies
|
2015-08-05 18:36:39 +00:00
|
|
|
pip install iptools
|
|
|
|
pip install pydispatcher
|
|
|
|
|
|
|
|
./setup_database.py
|