-
Notifications
You must be signed in to change notification settings - Fork 71
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
BSSIDs not properly recognized #7
Comments
Turns out the issue is that I'm running on 32 bit install and the integer size is not sufficient to hold the value from hex2dec, so it converts it to float: I assembled a quick fix for it using some functions from bcmath (I'm not experienced with php, so there's probably a better approach to do this:
And the output on a 32bit platform:
|
Haven't seen 32bit srv install in years :) |
Hello. I deployed the latest dwpa on Debian Jessie with 7.0.17-1~dotdeb+8.1. For some reason all of the uploaded networks appear to be listed with BSSID 00:00:7f:ff:ff:ff , which prevents them from being properly cracked by the workers. I checked manually the handshakes in the CAP directory and they appear to be fine. Prior upgrading to PHP7 I tried with the stock PHP5 shipped with Jessie - for the first uploaded network in the database the BSSID was shown as all zeroes and for the others only the second half of the bssid was correct while the first one was all zeroes.
The text was updated successfully, but these errors were encountered: