RealEnder / dwpa

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

Change hashmode to 22000 #85

Closed its0x08 closed 2 years ago

its0x08 commented 2 years ago
RealEnder commented 2 years ago

Hi Kristi, Thank you for your PR. Unfortunately just changing the mash mode in hashcat will not work - the API still sends hccapx and PMKID structs, since wpa-sec internally still uses them. For this to work we have to do much more changes in the core, which are in the works since more than an year, but still no time to finish it. Hope this will change soon.

its0x08 commented 2 years ago

just changing the mash mode in hashcat will not work

I understood that right after I did the PR. Anyway there is need for a change of the helper. Personally I would like an API endpoint to fetch 22000 hashes and submit potfiles or plaintext for hash in json.

POST /submit_pass
...

{
"wpa_hash" : "WPA...",
"passphrase" : "12345678"
}

Because the helper wont be working everywhere for alot of reasons! Like for ex. hashcat version, tools installed, hashcat driver installed, etc. If I could run it myself and write my own automation script I would have contributed a great deal of work.

Thank you.

IntentionalQuintessence commented 2 years ago

I concur with this statement.

On Tue, Nov 8, 2022, 7:22 AM 0x08 @.***> wrote:

just changing the mash mode in hashcat will not work

I understood that right after I did the PR. Anyway there is need for a change of the helper. Personally I would like an API endpoint to fetch 22000 hashes and submit potfiles or plaintext for hash in json.

POST /submit_pass ...

{ "wpa_hash" : "WPA...", "passphrase" : "12345678" }

Because the helper wont be working everywhere for alot of reasons! Like for ex. hashcat version, tools installed, hashcat driver installed, etc. If I could run it myself and write my own automation script I would have contributed a great deal of work.

Thank you.

— Reply to this email directly, view it on GitHub https://github.com/RealEnder/dwpa/pull/85#issuecomment-1307300261, or unsubscribe https://github.com/notifications/unsubscribe-auth/A37RSSM7QYNOWT33DAWAOOLWHJOZ5ANCNFSM6AAAAAAR2ITBFY . You are receiving this because you are subscribed to this thread.Message ID: @.***>