In This article I’m going to show you 340+ termux hacking tools in one script. Sashay is an all in one automatic installer for useful Linux based tools.
Requirements
- Android version 5.0 and above
- Termux application
- Sashay script
- Python and python2
Available tool category
- Information Gathering
- Vulnerability Scanner
- Exploitation Tools
- Wireless Testing
- Forensics Tools
- Web Hacking
- Stress Testing
- Sniffing & Spoofing
- Password Attacks
- Maintaining Access
- IP-tracking Tools
- Programming Languages
- DDOS Attacks
- Web Servers
- Distros
How to install and use termux hacking tools
Step 1:
First you download Sashay tool on your termux or Linux terminal so you type this below command on your terminal.
git clone https://github.com/secretum-inc/sashay.git
Step 2:
Now change your directory root directory to sashay directory so type this below command on your terminal.
cd sashay
Step 3:
Once you change directory give permission to read write and execute of python script so type this below command on your terminal
chmod +x *
Step 4:
Now we run install script on your terminal but if will we need to run this install script means you will install python package first.
Termux
pkg install python && pkg install python2
Linux
sudo apt-get install python && sudo apt-get install python2
Once you install python package you just run this below command on your terminal this command will help you to install Sashay tool
python2 install.py
Step 5:
Now run this tool on your terminal with this below command
python2 sashay.py
Post a Comment