Merge pull request #417 from hexwaxwing/patch-2

Adding missing installation instructions
This commit is contained in:
trustedsec 2017-05-27 22:06:50 -07:00 committed by GitHub
commit e870ba7e8e

View file

@ -32,11 +32,11 @@ For bug reports or enhancements, please open an [issue](https://github.com/trust
* Mac OS X
# Installation
## Resolve dependencies
*Ubuntu/Debian System*
```
$ apt-get --force-yes -y install git apache2 python-requests libapache2-mod-php5 \
$ apt-get --force-yes -y install git apache2 python-requests libapache2-mod-php \
python-pymssql build-essential python-pexpect python-pefile python-crypto python-openssl
```
@ -65,3 +65,13 @@ $ yum update -y && yum install python-pexpect python-crypto python-openssl pytho
```bash
$ pip install pexpect pycrypto pyopenssl pefile
```
## Install SET
*All OSs*
```bash
$ git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
$ cd set
$ python setup.py install
```