A WiFi connection is something to look for when the data package is completely drained. Actually there are many WiFi networks around, but they are secured with WPA2, WPS, WEP, and PSK.
The way to easily bypass WiFi security, the key is to find the password used to connect.
In this case, the termux application can be used as a WiFi password cracking tool via Android.
What to do in termux application is as follows:
- Install the script termux hack wifi
- Determining the hack target WiFi network
So please download the termux application from the playstore first, so you can connect to neighboring or nearby wifi.
Termux Wifi Hack Script
Many choices of scripts that can be installed into termux. But there is a root version and no root.
Root versions include:
- Routersploit
- wifite
- Aircrack-ng
While the script no root:
- Wifiphising
- Tcnophish
- Wifi-hacker
How to install the script, please enter the termux command listed in each script.
For the tutorial to work:
The root script command must be entered on termux running kali linux.
Also read: how to install kali linux on termux.
1. Routersploit
The routersploit tool contains a WiFi vulnerability testing module using its algorithm. A WiFi network that has a high vulnerability will be easy to hack.
Reverse-shell which has now changed to threat9 is the developer of this WiFi crack tool. In the description, routersploit also works on Ubuntu, Kali Linux, and OSX.
Here’s the command to install it:
- apt-get install python3-pip
- git clone https://www.github.com/threat9/routersploit
- cd routersploit
- python3 -m pip install -r requirements.txt
- CD
2. Wifi
Derv82 as a developer made 2 different scripts, namely wifite and wifite2. Both require root access to run.
Wifite requires additional tools such as aircrack-ng, reaver, pyrit, tshark, and cowpatty to work optimally.
This is the command to install script and module wifite:
- apt-get install git python
- git clone https://github.com/derv82/wifite2.git
- cd wifite2
- sudo python setup.py install
3. Aircrack-ng
This is a very popular tool in testing wireless network vulnerabilities on Kali Linux OS.
Aircrack-ng is often combined with kismet, airodump-ng, airmon-ng, and aireply in hacking wifi networks.
Use this command for installation:
- apt-get install aircrack-ng
4. Wifi-hacker esc0rtd3w
This is a shell script to attack wireless connections that supports all types of security such as WEP, WPS, WPA, WPA2.
The way wifi-hackers work is to attack the SSID with a different password combination or another term called bruteforce.
Installation way:
- apt-get install git bash python
- git clone https://github.com/esc0rtd3w/wifi-hacker
5. Wifi phishing
As the name implies, the wifiphising script works by displaying a fake wifi dashboard login page to get the SSID and password.
So the script will not attack the wifi password, but rather trick the router admin into writing login details to tp-link.
Installation command:
- pkg install git python python2 php
- git clone https://github.com/Aijazmaker/WifiPhishing
6. Tcnophish
Similar to wifiphishing, tcnophish uses phishing techniques to find Wi-Fi router login data.
Tcnopdtor as a developer has also listed ngrok reaching hack targets with different network connections.
To install it, type the following command:
- pkg install python git python2 php
- git clone https://github.com/Tcnopdtor/Tcnophish
Well, from the 6 scripts above, I’ve tried 1 script and it worked. The script is wifiphishing.
Wait for updates:
How to use the other 5 scripts is still in skill development. So stay tuned for the latest updates from omcyber.com.
How to find wifi dashboard login using wifiphishing
Because the way it works is using phishing, it means that the role of ngrok is needed to display phishing pages.
Please install ngrok on termux first, then follow the following guide:

- Open termux app and type cd WifiPhishing.
- Run the script with the command php -S localhost:8080.
- Use new season termux to run ngrok.
- Copy the link that results from ngrok forwarding.
- Direct router owner to access link from ngrok and make sure he/she fills in fake wifi login page.
- Go back to the first season of termux and press ctrl+c.
- Enter the command cat hacked.txt to display the results.
Tips for beginners:
- Open new season in termux, swipe the screen from left to right and select new season.
- Do not press ctrl+c before the router owner writes the login data on the phishing page.
Now, after getting the wifi username and password, the next step is to login to the tp-link dashboard and remove the security on wifi. That way you can connect at any time.
Still confused? please watch this video:
Video description:
In the video, I use how to install wifiphishing from a downloaded file, so it’s a bit different. Just pay attention to the part after entering the cd wifiphishing command.
OK, now you just have to try. If you have any questions, please submit them in the comments column.