Jean Martins: Jeanfmc - Github.io
Jean Martins: Jeanfmc - Github.io
Jean Martins: Jeanfmc - Github.io
Jean Martins
jeanfmc.github.io
Maybe you already have the homebrew installed in your mac, but if
not, INSTALL RIGHT NOW!!! The homebrew is like the linux apt-
get, and will provide to you things that the apple don’t.
https://martinsjean256.wordpress.com/2018/02/12/hacking-aircrack-ng-on-mac-cracking-wi-fi-without-kali-in-parallels/ 1/10
28/11/2018 Hacking: Aircrack-ng on Mac OsX | Cracking wi-fi without kali in parallels | Jean Martins
sudo ln -s /usr/local/Cellar/aircrack-ng/1.1_2/bin/aircrack-ng
/usr/local/bin/aircrack-ng
Now the command are able to be used. The homebrew install folder
are “/usr/local/Cellar” and this command created a link of this folder
to be used directly on terminal. Other tool that will be necessary is
the airport. So we will create a other link too.
sudo ln -s
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
/usr/local/bin/airport
airport -s
This is the list of wifi able. Are three important information that we
need look for, the RSS, channel and BSSID.
Chose the connection with less RSSI, the less is better. In this case
i’ll crack the last one.
https://martinsjean256.wordpress.com/2018/02/12/hacking-aircrack-ng-on-mac-cracking-wi-fi-without-kali-in-parallels/ 2/10
28/11/2018 Hacking: Aircrack-ng on Mac OsX | Cracking wi-fi without kali in parallels | Jean Martins
airport -z
This command will sniff the traffic on channel and log on tmp
folder. You can see the log file with:
https://martinsjean256.wordpress.com/2018/02/12/hacking-aircrack-ng-on-mac-cracking-wi-fi-without-kali-in-parallels/ 3/10
28/11/2018 Hacking: Aircrack-ng on Mac OsX | Cracking wi-fi without kali in parallels | Jean Martins
ls /tmp/airportSniff*.cap
Get the name of the file because we will use them in the next step.
This file is very important because it will contain the hash captured
by the handshake. And the brute force will try broke this hash
comparing with each line of the wordlist file.
The first information are about the tries, and the second one will
show each word of your wordlist that has been try.
https://martinsjean256.wordpress.com/2018/02/12/hacking-aircrack-ng-on-mac-cracking-wi-fi-without-kali-in-parallels/ 4/10
28/11/2018 Hacking: Aircrack-ng on Mac OsX | Cracking wi-fi without kali in parallels | Jean Martins
8. Getting out:
If it dosen’t work check if the JamWifi are scanning, you need close
it..
And it’s it, good look for find a wifi with a poor password…
https://martinsjean256.wordpress.com/2018/02/12/hacking-aircrack-ng-on-mac-cracking-wi-fi-without-kali-in-parallels/ 5/10