Hashcat just stops without any message
#3
I'm guessing hashcat is either ending its session and you are running it within a script (.bat file, gui, or some other form) and you are not including a pause to prevent the window from closing.

Create a txt document within the hashcat folder, copy your command into the text file, and hit enter and add pause like so:

Code:
hashcat.exe -m 22000 -w 3 -a 3 hashcat.22000 ?d?d?d?d?d?d?d?d
pause

Now rename the txt file to .bat and double click to see what is going on.
Reply


Messages In This Thread
RE: Hashcat just stops without any message - by slyexe - 03-25-2022, 03:01 AM