Hi there!,
I'm trying to learn about how to hack WPS using Pixie Dust. I'm following this tutorial: http://null-byte.wonderhowto.com/how...ttack-0162671/
But I found a problem when invoking "wash".
Let me tell you that I'm using Kali 2.0, VMWare flavor and my card is a TP-LINK TL-WN422G:
root@kali:~# lsusb
Bus 002 Device 002: ID 0ace:1215 ZyDAS ZD1211B 802.11g
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 001 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I've also updated Kali trough the "apt-get update" and "apt-get upgrade" commands.
Putting the card in monitor mode works for me:
root@kali:~# iwconfig
eth0 no wireless extensions.
wlan0mon IEEE 802.11bg Mode:Monitor Tx-Power=20 dBm
Retry short limit:7 RTS thrff Fragment thrff
Power Managementn
lo no wireless extensions.
But when I run "wash -i wlan0mon" nothing happens. So, I invoke it like this:
root@kali:~# /usr/bin/wash -i wlan0mon
Wash v1.5.2 WiFi Protected Setup Scan Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <[email protected]>
mod by t6_x <[email protected]> & DataHead & Soxrok2212 & Wiire & kib0rg
[X] ERROR: Failed to open 'wlan0mon' for capturing
As you can see, the error "[X] ERROR: Failed to open 'wlan0mon' for capturing" pops up.
I have to admit that I tried some solutions found on the web like removing and installing aircrack-ng again, copying the "wash" binary from the https://github.com/t6x/reaver-wps-fork-t6x build and even creating the /etc/reaver directory but nothing seems to fix that error.
I've also checked for processes interfering with:
root@kali:~# airmon-ng check wlan0mon
No interfering processes found
The first time I ran that command some processes showed up but I killed them using "killall".
So, I'm stuck with that error.
Any help on this?.