Install Reaver Package on Mac using Brew
What is "reaver" Package?
Reaver tool implements a brute force attack against Wifi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 pass-phrases. The method is describe at http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf.
Reaver is a well tested tool, a robust one. The average time taken by Reaver is 4-10 hours to recover plain text WPA/WPA2 passphrase. More detail is available at https://code.google.com/archive/p/reaver-wps/
Installation
- Open Terminal by pressing "command+space
"
then type terminal and hit "Enter"
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install reaver.
brew install reaver
0 comments:
Post a Comment