mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-14 00:37:19 +00:00
Merge pull request #417 from hexwaxwing/patch-2
Adding missing installation instructions
This commit is contained in:
commit
e870ba7e8e
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue