Social Engineering Toolkit is a free and open-source Tool that is used for Social Engineering attacks Such as Phishing, fake phone number, Sending SMS , etc. it's a free tool available in kali linux or you can directly download and install it from Github.
Features Of Social Engineering Toolkit (SET)
# SET is free and Open Source.
# SET is a Multi-Platfrom tool it can run on linux, unix, and Windows.
# SET Supports integration with third-party modules.
# SET Includes access to the Fast-Track Penetration Testing platform.
Installation of SET
Step1 : Open your Kali linux Terminal
cd Desktop
Step 2: You want to create the new Directory and give Name SetToolkit
mkdir SetToolkit
Step 3: Open the SetToolkit folder
cd SetToolkit
Step 4:Clone The SetToolkit Github
git clone https://github.com/trustedsec/social-engineer-toolkit setoolkit/
Step 5: Social Engineering Toolkit has been Download in your directory
cd setoolkit
Step 6: You have finally download the social engineering toolkit . Now it's time to install requirements using the following command.
pip3 install -r requirements.txt
Step 7:All requirements have been download in your setoolkit .Now it's time to install the requirements that you have download.
python setup.py
Step 8: To Run the Setoolkit type setoolkit commands.
setoolkit
Step 9: At this step setoolkit will ask you (y) or (n). Type y and your social engineering toolkit will start running.
y
Step 10: There are 11 options we are choosing option 2 Website Attack Vectors:
option:2
Step 11: Set up a Phishing Page we will choose option 3.
option:3
Step 12: Creating a Phishing page so here we will choose option 1 that is web templates.
option: 1
Step 13: At this time social engineering tool will generate a phishing page at our localhost.
Step 14:Google phishing page so choose option 2
Step 15:Social Engineering toolkit is creating a phishing page of Google.















