Top 11 Ethical Hacking Tools on Termux | List of commands
15:57
Top 11 Termux Tools For Ethical Hacking
Today we are gong to see list of commands to install Top 11 Ethical Hacking Tools on Termux. These are the most used ethical hacking tools on termux as well. Let us check about all the termux tools one by one with the list of commands to install them.01. Nmap
(is a port-scanning tool for termux)
List of Commands to install Nmap on Termux:
$ pkg update && pkg upgrade -y
$ pkg install curl
$ pkg install Nmap
02. Hydra
(Tool used for brute force the Username and Password of services such as -telnet, ssh, FTP, etc)
List of Commands to install Hydra on Termux:
$ pkg update && pkg upgrade -y
$ pkg install hydra
03. Metasploit
(Metasploit is another hacking tool in termux that one can use to generate exploits for multiple OS and their services)
List of Commands to install Metasploit on Termux:
$ pkg update; pkg upgrade
$ pkg install wget curl
$ cd $HOME;wget https://raw.githubusercontent.com/efxtv/Metasploit-in-termux/main/metasploit-6-termux.sh -q;bash metasploit-6-termux.sh
$ rm -rf /data/data/com.termux/files/usr/bin/msfvenom
$ cd;cd metasploit-framework;ln -s $HOME/metasploit-framework/msfvenom /data/data/com.termux/files/usr/bin/
$ cd metasploit-framework;
$ sed -i '13,15 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/encryption_algorithm/functionable.rb; sed -i '14 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/server_host_key_algorithm/ecdsa_sha2_nistp256.rb; sed -i '14 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/server_host_key_algorithm/ecdsa_sha2_nistp384.rb; sed -i '14 {s/^/#/}' /data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/hrr_rb_ssh-0.4.2/lib/hrr_rb_ssh/transport/server_host_key_algorithm/ecdsa_sha2_nistp521.rb;
$ clear;echo "Done...."
04. SQLmap
(Termux tool used to inspect websites for SQL injection vulnerabilities. XSS vulnerabilities, or exploit SQL injection.)
List of Commands to install SQLmap on Termux:
$ pkg update && pkg upgrade -y
$ apt install python python2
$ pkg install git
$ git clone https://github.com/sqlmapproject/sqlmap
$ cd sqlmap
$ chmod +x sqlmap.py
$ python2 sqlmap.py
05. Wireshark
(another hacking tool in termux, capable of detect vulnerabilities within a network and many firewall rules by accessing real-time data from Ethernet, IEEE 802.11, PPP / HDLC, ATM, Bluetooth, USB, Token Ring, Frame-relay, FDDI, etc)
List of Commands to install Wireshark on Termux:
$ pkg install xterm
$ apt install tigervnc
$ apt install tigervnc-viewer
$ pkg install x11-repo
$ apt install Wireshark-gtkTop 11 Ethical Hacking Tools on Termux
06. Social Engineering Toolkit
(Termux tool used to collect user information, phishing attacks, social Engineering, etc.)
List of Commands to install Social Engineering Toolkit on Termux:
$ pkg update && pkg upgrade -y
$ apt install curl -y
$ curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
$ sh setoolkit.sh
$ cd setoolkit
$ ./setup.py install
$ ./setoolkit
07. Nikto
(One of the most used web vulnerability scanner)
List of Commands to install Nikto on Termux:
$ apt update && apt upgrade
$ pkg install git
$ pkg install Perl
$ git clone https://github.com/sullo/nikto.git
$ cd nikto
$ cd program
$ perl nikto -h 192.168.1.14
08. Tool-X
(It has set up hacking tools suppored by termux)
List of Commands to install Tool-X on Termux:
$ pkg update && pkg upgrade -y
$ pkg install git
$ git clone https://github.com/Rajkumrdusad/Tool-X.git
$ cd Tool-X
$ chmod +x install.aex
$ sh install. aex
$ ./install.aex
$ Tool-X
09. Fsociety Toolkit
(set of hacking tools for termux inspired by TV series for cybersecurity purposes)
List of Commands to install Fsociety Toolkit on Termux:
$ pkg update && pkg upgrade
$ pkg install git
$ pkg install python2
$ git clone https://github.com/Manisso/fsociety.git
$ cd fsociety
$ chmod +x install.sh
10. Slowrolis
(Slowloris is a low-bandwidth DoS hacking tool)
List of Commands to install Slowrolis on Termux:
$ pkg update && pkg upgrade -y
$ pkg install Python
$ pkg install slowloris
$ slowloris
12. Seeker
(Get real location using social Engineering)
List of Commands to install Seeker on Termux:
$ apt update && apt upgrade
$ pkg install git
$ pkg install python
$ git clone https://github.com/thewhiteh4t/seeker.git
$ cd /seeker/
$ ./termux-install.shThis was the Top 11 Ethical Hacking Tools on Termux. Please subscribe our youtube channel for videos realted to ethical hacking tools and fixes in Linux.
You should also check our github repo where you'll get online tool to create android payloads(opensource script for education only) directly from terminal.