Debugging Hashcat errors #1015
zyronix
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes it can be a bit tricky to find out why Hashtopolis is failing. You will receive an error like:
Error during speed benchmark, return code: 255 Output:
Most of the time an error like this means that sometimes in Hashcat is wrong. To debug what is going on:
--debug
flag1
cd crackers/1/
(or change 1 of the ID in step 5./hashcat.bin --progress-only --restore-disable --potfile-disable --session=hashtopolis -a3 ../../hashlists/2 ?l?l?l?l?l?l?a --hash-type=0 -o ../../hashlists/2.out
And check your output!
Beta Was this translation helpful? Give feedback.
All reactions