Social-Engineer Toolkit (SET)

About

The Social-Engineer Toolkit (SET) is created and written by Dave Kennedy and "is an open-source penetration testing framework designed for social engineering. SET has a number of custom attack vectors that allow you to make a believable attack quickly. SET is a product of TrustedSec, LLC – an information security consulting firm located in Cleveland, Ohio.

DISCLAIMER: This is only for testing purposes and can only be used where strict consent has been given. Do not use this for illegal purposes, period."

Installation

Clone the repository and go into the SEToolkit directory, install the requirements, and run the python install script.

git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/ && cd setoolkit
pip3 install -r requirements.txt
python setup.py

As it states, we can run setoolkit from anywhere to start it.

Usage

(coming soon)

Last updated