wiire-a / pixiewps

An offline Wi-Fi Protected Setup brute-force utility
Other
1.55k stars 310 forks source link

need guide or tool to get -7 values from pcap #89

Open rofl0r opened 6 years ago

rofl0r commented 6 years ago

without guide how to do it it's hard to extract the values from a .cap

and even with a guide its annoying to copy/paste the values out of wireshark and bring them into the right format... so a tool would be cool

wiire-a commented 6 years ago

Man page and --help:

-7, --m7-enc

Encrypted settings, found in M7 [...]

From README:

This option requires the attribute encrypted settings found in M7 [...]

Seems pretty clear to me. Can't argue that it's tedious to do it by hand though.

You can use tshark to extract all the values and even make a little script that generates pixiewps commands.

The only issue would be if there are multiple (and possibly even broken) transactions. A way to read directly from a .cap within pixiewps was already in the works (and you know of it) but it would require a bit of time and testing to make it robust... maybe one day.

rofl0r commented 6 years ago

can you make a wiki page with @kcdtv -style screenshots taken from wireshark highlighting all the right fields (and i mean all, not just the value from m7) ?