entropy1337/infernal-twin

WPA crack/any crack should use BSSID instead of ESSID

zstyblik opened this issue · 5 comments

WPA crack or any cracking should use BSSID instead of ESSID. The reason is, there can be N APs with the same ESSID. Also, there happen to be APs with no ESSID at all.

This is an easy thing to fix.

Great!
I will fix it tonight.
Thanks for comments.
On Nov 21, 2015 5:32 PM, "Zdenek Styblik" notifications@github.com wrote:

WPA crack or any cracking should use BSSID instead of ESSID. The reason
is, there can be N APs with the same ESSID. Also, there happen to be APs
with no ESSID at all.

This is an easy thing to fix.


Reply to this email directly or view it on GitHub
#31.

Give me a minute. I have staged changes for WPA crack. These changes are reason why I thought about this issue, but they don't address it.

Sure thing.
Thanks
On Nov 21, 2015 5:37 PM, "Zdenek Styblik" notifications@github.com wrote:

Give me a minute. I have staged changes for WPA crack. These changes are
reason why I thought about this issue, but they don't address it.


Reply to this email directly or view it on GitHub
#31 (comment)
.

Basically, it's enough to parse out BSSID information instead of ESSID, and then change --essid to --bssid(please, check for the correct flag), and that's about it. Oh, and replace ':' for '_' or whatever in the name of capture file.

Hm, it seems I've either referenced wrong issue or it must be referenced in the body of the commit message. Anyway, this should have been fixed by #37