Closed GoogleCodeExporter closed 8 years ago
Wash only displays APs that support WPS, so if your AP wasn't displayed then it
doesn't support WPS.
Original comment by cheff...@tacnetsol.com
on 23 Jan 2012 at 5:32
Thank you for your response.. just for understand; what means "Packet with bad
FCS"?
Cause when I enter this command line: sudo wash -i mon0 I have this output:
BSSID Channel RSSI WPS Version WPS Locked ESSID
--------------------------------------------------------------------------------
--
[!] Found packet with bad FCS, skipping...
[!] Found packet with bad FCS, skipping...
[!] Found packet with bad FCS, skipping...
[!] Found packet with bad FCS, skipping...
But when I add --ignore-fcs to the command, I have nothing displayed:
BSSID Channel RSSI WPS Version WPS Locked ESSID
--------------------------------------------------------------------------------
--
Original comment by reclamha...@gmail.com
on 24 Jan 2012 at 3:10
That probably means your AP doesn't support WPS. If you can provide a pcap I
can double check for you.
FCS is the frame checksum of the 802.11 packet. A bad checksum indicates a
corrupted packet.
Original comment by cheff...@tacnetsol.com
on 25 Jan 2012 at 4:42
Thank you, but can you please tell me how to provide you with a pcap?
Original comment by reclamha...@gmail.com
on 26 Jan 2012 at 3:17
You can use Wireshark or tcpdump to capture packets. Something like:
tcpdump -i mon0 -s0 -w broken_reaver.pcap
should work.
Original comment by cheff...@tacnetsol.com
on 26 Jan 2012 at 3:20
Ok, I will test it as soon as possible and send it to your mail.. just tell me
in which folder will I collect the file broken_reaver.pcap?
Thank you again.
Original comment by reclamha...@gmail.com
on 26 Jan 2012 at 3:33
It will be located in whichever directory you ran the tcpdump command in.
Original comment by cheff...@tacnetsol.com
on 26 Jan 2012 at 4:04
[deleted comment]
Here is the output:
tcpdump: WARNING: mon0: no IPv4 address assigned
tcpdump: listening on mon0, link-type IEEE802_11_RADIO (802.11 plus radiotap
header), capture size 65535 bytes
I have just sent you the pcap file to your mail.
I interrupted the tcpdump command at a moment before sending the file. When I
selected Ctrl + C to stop the process, I got this output:
2298 packets captured
2298 packets received by filter
0 packets dropped by kernel
ps: I was connected to my wireless during the process.
Thanks a lot.
Original comment by reclamha...@gmail.com
on 26 Jan 2012 at 7:47
I assume the 'HuaweiEchoLife' AP is yours. It does not support WPS.
Original comment by cheff...@tacnetsol.com
on 26 Jan 2012 at 8:22
Exactly, it's mine.. I thank you for the support.
Original comment by reclamha...@gmail.com
on 26 Jan 2012 at 8:42
Original issue reported on code.google.com by
reclamha...@gmail.com
on 23 Jan 2012 at 5:15