need guide or tool to get -7 values from pcap
rofl0r opened this issue · 2 comments
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
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.