RealEnder / dwpa

Distributed WPA PSK auditor
https://wpa-sec.stanev.org
GNU General Public License v3.0
310 stars 71 forks source link

feature request: Allow submission of hashcat 6.x potfile #73

Open ZerBea opened 3 years ago

ZerBea commented 3 years ago

Allow submission of hashcat 6.x potfile in format: PMK * ESSID : PSK Verify uploaded potfile against matching ESSIDs of uncracked networks Use uploaded potfiles to verify new submissions. The content of the pot file is exactly the result of PBKDF2 and the submitter has already payed the price (slow PBKDF2 calculation). So, why not use this result.

BTW: It is mandatory to verify the PMK of the uploaded potfiles, to make sure we have a valid result of PBKDF2 calculation.

FFAMax commented 3 days ago

Up, still actual. For now need lookup hkey first to submit PSK for known BSSIDs. Need more easy way to submit via API in one request.