RealEnder / dwpa

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

can't start help_crack #67

Closed nimbo78 closed 4 years ago

nimbo78 commented 4 years ago

just trying to start on AMD Ryzen 3500X+RX580 Windows Home x64:

C:\Users\igors\Downloads\hashcat-5.1.0>help_crack.py C:\Users\igors\Downloads\hashcat-5.1.0> and nothing happens. if trying to run from Explorer: new terminal window appears and closes.

any guide?

RealEnder commented 4 years ago

Please download the last hashcat version 6.1.1. Also, did you installed python?

nimbo78 commented 4 years ago

Please download the last hashcat version 6.1.1. Also, did you installed python?

Well, I've tried hashcat 5.1.0 and 6.1.1, python version x64 3.9.0

RealEnder commented 4 years ago

Try with 32bit python - at least it should spill some error. Please run it from command prompt, so we can see what the error is.

nimbo78 commented 4 years ago

Try with 32bit python - at least it should spill some error. Please run it from command prompt, so we can see what the error is.

with 32bit python all good. well, problem with python 64bit?

RealEnder commented 4 years ago

Nope, just a check in help_crack, which tries to identify what platform we're running and then execute the right binary. Will fix this shortly.