RealEnder / dwpa

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

help_crack.py #86

Closed Eetuheino03 closed 1 year ago

Eetuheino03 commented 1 year ago

Hello, i downloaded python script and i try run it whit hashcat because cracking gpu is better but its says "hashcat /usr/bin/hashcat died with code 255 Check you have OpenCL support" i have downloaded drivers and cuda-toolkit and i can run hashcat in opencl mode but it still says that?

GPU is rtx 3060 tuf gaiming ver 2 lhr CPU intel i7 11 gen k SYSTEM Kali linux latest Python3 lates in use

its0x08 commented 1 year ago

I have the same issue, besides the error of the deprecated plugin! Though I use hashcat manually and I never get such error!!

RealEnder commented 1 year ago

Please try to add -co="--deprecated-check-disable" to help_crack.py

Eetuheino03 commented 1 year ago

Do you mean that I don't change code just add it behind "python help_crack.py -co="--deprecated-check-disable" "

its0x08 commented 1 year ago

It kinda works 😃

RealEnder commented 1 year ago

This just enables hashcat to use m2500/m16800. he original plugins are still not killed, just hidden. Of course, there will be a proper fix for this.

IntentionalQuintessence commented 1 year ago

Thank you.

On Sat, Nov 12, 2022, 3:26 PM 0x08 @.***> wrote:

Just append -co="--deprecated-check-disable" and everything would be ok.

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

its0x08 commented 1 year ago

I think this should be added to the README.md and the help menu of the tool! Would be easier for people to fix the hashcat error. Probably this problem pushes away a lot of contributors everyday.

Please try to add -co="--deprecated-check-disable" to help_crack.py