hashcat Forum
Hashcat cracking does not start - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Hashcat cracking does not start (/thread-9950.html)



Hashcat cracking does not start - stmido_ - 03-20-2021

Help me with my problem, please. I want to crack NTLMv2 hash, but cracking does not start. Earlier hashcat worked

hashcat -m 5600 -a 0 crackme1.txt  pass.txt   
hashcat (v6.1.1) starting...

OpenCL API (OpenCL 1.2 pocl 1.6, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]
=============================================================================================================================
* Device #1: pthread-Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz, 2069/2133 MB (1024 MB allocatable), 1MCU

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

INFO: All hashes found in potfile! Use --show to display them.

Started: Sun Mar 21 00:40:29 2021
Stopped: Sun Mar 21 00:40:29 2021


RE: Hashcat cracking does not start - slyexe - 03-21-2021

Working just fine, hashcat has already found all your hashes within the crackme1.txt file so it has no work to do.

Says it right in the command window.
Code:
INFO: All hashes found in potfile! Use --show to display them.