-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add in OS X for fingerprint CLI program #14
Comments
|
Here's the output from the original command provided:
This didn't seem to provide the information you were after, so I checked the help, and instead used
This is on OSX El Capitan 10.11.4 (15E65) on an early 2015 MBP. Looks like you can re-use your linux parser with a slightly different command ;) |
Great, thanks.
I'll put together a parser for that output. |
I can write the parser if you haven't already. |
I haven't, so go for it! There are tests in there, just follow my lead in |
Wanted to try it out myself so wrote #37 . |
Thanks https://github.com/Pugio. Its now merged. |
This is an easy task, but I can't do it because I don't have a Mac.
Basically you'll need to run
And parse the output to collect only the BSSIDs and the Signal strengths.
First, I'd be really happy if you can run that command and post the output here!
Second, I'd be thrilled if you'd like to contribute and write the parser. The lines that particularly need help are marked with
???????????????????
:)The text was updated successfully, but these errors were encountered: