pop

Install SEToolkit in Termux | No Root | No Proot




Hello friends, In this blog we will be installing   Social-Engineer-Toolkit (SEToolkit) in Termux without having root access  or proot.

Social-Engineer-Toolkit is a hacking or pentesting tool written in python and devloped by trusedsec. It is one of the most popular tool for social engineering attacks. This tool has ability to perform dangerous attacks like spear phishing.


Prerequisite :

Termux


Installation :

You can directly install SEToolkit with tbot installer or follow below method to install it manually.

First of all we need to install its dependencies

pkg update ; pkg install -y wget python build-essential cmake git binutils rust libjpeg-turbo proot fakeroot


Once all dependencies are installed, then we need to install some python packages required for this tool, for that execute the following command one by one

export CARGO_BUILD_TARGET=aarch64-linux-android

 

pip install cryptography --no-binary cryptography

 

pip install cython wheel

 

LDFLAGS="-L/system/lib64/" CFLAGS="-I/data/data/com.termux/files/usr/include/" pip install Pillow

 

cd ; wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.2.tar.gz

 

tar -xzf freetds-1.2.tar.gz ; cd freetds-1.2

 

./configure --prefix=$PREFIX ; make ; make install ; cd

 

pip install pymssql


Next we need to clone SEToolkit

git clone https://github.com/trustedsec/social-engineer-toolkit ; cd social-engineer-toolkit


Now we need to edit setup.py file, so open it with a text editor here I am using nano

nano setup.py

remove all "/local" in the file and save it.


Before move to the next step we will use "termux-chroot" utility, this will setup traditional linux file system

termux-chroot


now run the setup.py file

python3 setup.py


And you are done with installing to use the tool you first need to execute termux-chroot the fakeroot which will fake the previliages and thats it, just execute setoolkit to start the  tool, At first start it ask you to accept its terms so accept it and start using the tool.

0 Response to "Install SEToolkit in Termux | No Root | No Proot"

Post a Comment

Article Top Ads

Central Ads Article 1

Middle Ads Article 2

Article Bottom Ads