Hacking Any WiFi in Termux
If your Wanting To Hack WiFi On You Android Phone (test WiFi security),Tryed These Apps On This Tutorial And Nothing Seems To Work Well Don't Give Up Hope, There's Always A Way
Step 1 of 3 (Easy Way):
If Your Entirely New To Termux And Never Used Any Linux Based OS This Is The Easiest technique.
"Andorid Itself Is Based On A Modded Version Of Linux Kernel !"
Start Up Termux And Update Your Packages by typing
apt update && apt upgrade
Or
pkg update && pkg upgrade
Then wait,
Step 2 of 3 :
There's A Phyton Based Tool In GitHub For This by threat9
Just Type This
(It'll Install Phyton And Php {system Based Phyton package manager} and Download Routersploit And Navigate To it's directory) :
termux-setup-storage
pkg install python php git
git clone https://github.com/threat9/routersploit.git
cd routersploit
pip install -r requirements.txt
chmod +x *
python setup.py
python rsf.py
And Now Wait, Everything Should Be Installed And RouterSploit Should Run