derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.45k stars 1.32k forks source link

Reaver does not always provide PSK when WPS PIN is found #76

Closed derv82 closed 6 years ago

derv82 commented 6 years ago

Mentioned in #52

I think Bully can find the PSK when force-fed the correct PIN (via --bruteforce and -p?). There's also a method using wpa_supplicant if I'm wrong about Bully.

derv82 commented 6 years ago

Apparently it can be done using bully as described above.

Boom shaka laka:

wifite-psk-from-bully

derv82 commented 6 years ago

Note: Had to add --force switch to the bully command. https://github.com/derv82/wifite2/commit/528741f89fb393b09755a75019a23fa40ba2dd98

Not sure why it worked without --force last week.