Install Setoolkit on linux


The Social-Engineer Toolkit (SET) was created and written by the founder of TrustedSec. It is an open-source Python-driven tool aimed at penetration testing around Social-Engineering. SET has been presented at large-scale conferences including Blackhat, DerbyCon, Defcon, and ShmooCon. With over two million downloads, SET is the standard for social-engineering penetration tests and supported heavily within the security community.

For simple definition is setoolkit is The Social-Engineer Toolkit for human vulnerability.

Prepare
-Connection

To start follow this introction.

Open terminal
apt-get install git
 And download setoolkit
git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
open /set directory and run installation setup.py
cd set
python setup.py install
After finish, you can try setoolkit by using command
./setoolkit
For more information watch this video. 

Labels: