Hashcat cracking does not start
#1
Exclamation 
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


Attached Files
.jpg   bandicam 2021-03-21 00-45-03-877.jpg (Size: 164.78 KB / Downloads: 5)
Reply
#2
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.
Reply