Cleaning wash in Kali
So I would try to run wash on my Kali box and the result would be:
That was a bit hard to believe since the area is full of wifis! So here is the solution I found on google. As root:
apt-get install libpcap-dev libsqlite3-dev
cd /usr/local/src/
wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
tar -xvzf reaver-1.4.tar.gz
cd reaver-1.4/src/
./configure && make && make install
mv /usr/bin/wash /usr/bin/wash-old
ln -s /usr/local/bin/wash /usr/bin/wash
rm /usr/local/src/reaver-1.4.tar.gz
and we are good to go!
Stay tuned for more
:)
root@hermes:~# wash -i mon0
Wash v1.4 WiFi Protected Setup Scan Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>
BSSID Channel RSSI WPS Version WPS Locked ESSID
---------------------------------------------------------------------------------------------------------------
That was a bit hard to believe since the area is full of wifis! So here is the solution I found on google. As root:
apt-get install libpcap-dev libsqlite3-dev
cd /usr/local/src/
wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
tar -xvzf reaver-1.4.tar.gz
cd reaver-1.4/src/
./configure && make && make install
mv /usr/bin/wash /usr/bin/wash-old
ln -s /usr/local/bin/wash /usr/bin/wash
rm /usr/local/src/reaver-1.4.tar.gz
and we are good to go!
root@hermes:~# wash -i mon0
Wash v1.4 WiFi Protected Setup Scan Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>
BSSID Channel RSSI WPS Version WPS Locked ESSID
---------------------------------------------------------------------------------------------------------------
90:01:3B:0D:xx:xx 1 -66 1.0 No SKYDXXXX
BC:76:70:9C:xx:xx 1 -61 1.0 No BTHub3-XXXX
AC:E8:7B:4B:xx:xx 1 -82 1.0 No BTHub3-XXXX
7C:4C:A5:36:xx:xx 1 -68 1.0 No SKYCXXXX
Stay tuned for more
:)