Hello guy's in this article I'm going to show you how to install SEToolkit in our termux so let's start.

What is SET?
The Social-Engineer Toolkit (SET) is specifically designed to perform advanced attacks against the human element.When a social engineering attack is performed, the weakest link in the chain is not the computer system, the firewall, services or apps. It’s us, the humans behind those technologies.
Requirements?
- An android device with android version 5.0 and above.
- Termux application
- Internet
If you download the termux application means run the termux appFirst we are going to update the package list so type this blow command.apt update
- An android device with android version 5.0 and above.
- Termux application
- Internet
apt update
Step 1:
Now we have python package so type this below command to install python.
pkg install python
pkg install python2
Step 2:
After install python package we will install curl package this git package will help you to clone the package.
pkg install curl
Step 3:
After installing the curl package we are going to clone the SETOOLKIT package into our directory with the help of curl commaand.
curl https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
Now we have setoolkit installer java file so run that java script
Step 4:
Now type this below command to download the setoolkit.
sh setoolkit.sh
or
bash setoolkit.sh
Step 5:
Now we have setoolkit folder in our termux root directory now we need to open that folder following commands
cd setoolkit
Step 6:
Now we need to give the permission of read-write and execute to the Setup.py python file by using the command.
chmod +x setup.py
Step 7:
After that you need to run the following in order to run the setup.py
python2 setup.py
Step 8:
Now SETOOLKIT is successfully installed on your termux. if you want to run setoolkit type this below command.
./setoolkit
NOTE
If you want to run SETOOLKIT again next time then you need to launch the termux then you need to run the ./setoolkit
Now SETOOLKIT is successfully installed on your termux. if you want to run setoolkit type this below command.
./setoolkit
NOTE
If you want to run SETOOLKIT again next time then you need to launch the termux then you need to run the ./setoolkit
I can't use step 3 it is showing no no such file or directory
ReplyDelete