Hey folks, on this post I will show you a list with the best Termux Password Cracking Tools to hack your wifi router o own servers.
The Termux hacking tools shown are free use and can be installed easily.
These Termux hacking Tools are for education purpose. Remember that cracking passwords can cause some legal problems.
{getToc} $title={Table of Contents}Download Termux Apk.
If you want to use this password cracking tools on your phone , first download the Termux Terminal on your Android device.
Update your Android terminal by running these commands.
pkg update
pkg upgrade
Somw tools are Python based , so Install the python interpreter package on your Termux Terminal.
pkg install python
Routersploit Termux.
What is Routersploit?
Routersploit is an open-source exploitation framework dedicated to embedded devices. It consists of various modules that aids penetration testing operations on local web servers or routers of different models.
RouterSploit Tool has an enough number of exploits for different router models and these have the ability to check whether the remote target is vulnerable before sending off an exploit and run penetration tests on your router.
How to install Routersploit on Termux?
Clone the Routersploit Repository from Github on your local directory.
git clone https://www.github.com/threat9/routersploit
cd routersploit
python -m pip install -r requirements.txt
You can finally run Routersploit on Termux to hack WiFi routers or any local web server.
python3 rsf.py
Well, Routersploit can be used to run security tests on our own devices to verify if we are vulnerable to a cyber attack.
You can find more information about Routersploit on this blog.
Zydra
Have you forgotten the password of your rar files, don't worry because you can install zydra on Termux and Linux to hack your rar files through brute force method.
What is Zydra Tool?
Zydra is a file password recovery tool and Linux shadow file cracker. Zydra uses the brute force method for cracking passwords from rar files.
How to Install Zydra on Termux?
Run each command shown below to install Zydra on Termux.
apt-get install qpdf unrar
pip3 install py-term
pip install rarfile
pip install pyfiglet
pip install termcolor
It's time to recover your rar files passwords, run the following command to use this Termux Cracking Tool.
python3 Zydra.py -h
Hydra.
Hydra is another great brute forcing hacking tools for Linux and Termux terminals.
What is Hydra?
Hydra is a Linux-based ethical hacking tool for the purpose of performing brute force attacks on web pages or web applications. Hydra has been adapted to Termux to be used from an Android phone or tablet.
Hydra support more than one protocol to attack or support parallelized connects. ( Asterisk, AFP, Cisco AAA, Cisco auth, Cisco enable, CVS, Firebird, FTP, HTTP-FORM-GET, HTTP-FORM-POST, HTTP-GET, HTTP-HEAD, HTTP-POST, HTTP-PROXY, HTTPS-FORM-GET, HTTPS-FORM-POST, HTTPS-GET, HTTPS-HEAD, HTTPS-POST, HTTP-Proxy, ICQ, IMAP, IRC, LDAP, MEMCACHED, MONGODB, MS-SQL, MYSQL, NCP, NNTP, Oracle Listener ).
How to install Hydra on Termux?
git clone https://github.com/isuruwa/T-HYDRA
cd T-HYDRA/Files
bash thyins.sh
Now You know that Termux is great app to perform penetrating tasks using different methods. The hacking tools shown here were Linux based first.
Download Password Dictionaries Txt.
The tools shown in this post use different methods to hack the passwords of a certain file or service. Cracking passwords with Termux is very interesting and more importantly, having a password dictionary to execute brute force attacks.
Download Free Password Dictionary.txtI have shown you some of The best Termux Password Cracking Tools, but remember that you must have a rooted Android device to take advantage of every tool explained on this post.