Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rofl0r opened this issue Jan 26, 2018 · 2 comments
Open

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

rofl0r opened this issue Jan 26, 2018 · 2 comments

Comments

@rofl0r
Copy link
Collaborator

rofl0r commented Jan 26, 2018

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
Copy link
Owner

wiire-a commented Jan 30, 2018

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
Copy link
Collaborator Author

rofl0r commented Jan 30, 2018

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) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants