The Social Engineering Toolkit (SET) is a framework for building and executing social engineering attacks. It is a tool that can be used by penetration testers and security researchers to evaluate the security of an organization's human element, also known as its end users.
SET for Termux is a version of the tool that has been ported to run on the Android operating system via the Termux terminal emulator app. With SET on Termux, security professionals and penetration testers can perform various social engineering attacks such as phishing, spear-phishing, and mass-mailing, on their mobile devices.
apt install curl -y
After finishing the above process, type the following command.
That's it, the Social Engineering toolkit installed in Termux.
SET for Termux is a version of the tool that has been ported to run on the Android operating system via the Termux terminal emulator app. With SET on Termux, security professionals and penetration testers can perform various social engineering attacks such as phishing, spear-phishing, and mass-mailing, on their mobile devices.
How to install
pkg update && pkg upgrade -y
apt install curl -y
sh setoolkit.sh
After finishing the above process, type the following command.
cd setoolkit
./setup.py install
./setoolkit
That's it, the Social Engineering toolkit installed in Termux.