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

in json mode, wash never prints APs which have WPS on, but no probe was received #199

Open
rofl0r opened this issue Jan 31, 2018 · 3 comments

Comments

@rofl0r
Copy link
Collaborator

rofl0r commented Jan 31, 2018

this is because we wait for the probe request so we can print the entire info in one line.

possible solutions:

  • record information in beacon of those APs (maybe by saving an entire beacon packet) and on EOF (if no more records are in pcap) print the data of the missing APs (possibly by calling the routine again with the saved beacon)

  • we could print a line without extended WPS info as soon as a beacon is received, and later when we have the full data print another line with the full info

@kcdtv
Copy link
Collaborator

kcdtv commented Feb 7, 2018

Hey! sorry for not answering before, i saw the issue and did not realy knew what to think.
I am still in this mood... For me it is not an issue as it is... what is expected.
I use fast scan without -j and then if i focus a target I know where it is.
Anyway, the first option you propose sounds horrible, the second one would be better in my opinion.

@rofl0r
Copy link
Collaborator Author

rofl0r commented Feb 7, 2018

could you elaborate on why you think the first option sounds horrible ?

@kcdtv
Copy link
Collaborator

kcdtv commented Feb 8, 2018

Saving data and retro check them sounds "horrible" (ugly) to me comparing to doing the job on the fly without storing any beacon or traffic capture. The second proposal seems much more "elegant".
And efficient-simpler-more straightforward as a process.

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

No branches or pull requests

2 participants