Social Engineer Toolkit (SET) install in Termux | Run SET in termux

Social Engineer Toolkit (SET)

The Social-Engineer Toolkit 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.

How to install ?

$ git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
$ cd set
$ pip install -r requirements.txt

Install using Onex ?

Install onex tool in your termux and type following commands :

$ onex install social-engineer-toolkit

you can install more then 370+ tools in termux using onex.

Comments