No hashes loaded error
#1
Hi,

I received 2 hashes from john for TPM bitlocked drive. I am trying to run hashcat command but I receive "No hashes loaded". 
command:
hashcat.exe -m 22100 hash.txt rockyou.txt
output:

Successfully initialized NVIDIA CUDA library.

Failed to initialize NVIDIA RTC library.

* Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
            CUDA SDK Toolkit required for proper device support and utilization.
            Falling back to OpenCL runtime.

* Device #1: WARNING! Kernel exec timeout is not disabled.
            This may cause "CL_OUT_OF_RESOURCES" or related errors.
            To disable the timeout, see: https://hashcat.net/q/timeoutpatch
nvmlDeviceGetFanSpeed(): Not Supported 


OpenCL API (OpenCL 3.0 CUDA 11.6.127) - Platform #1 [NVIDIA Corporation
Device #1: NVIDIA GeForce GTX 1060, 5504/6143 MB (1535 MB allocatable), 10MCU

Hashfile 'hash.txt' on line 1 ($bitlo...5f4c21c): Salt-value exception

No hashes loaded.
Reply
#2
im not quite sure with TPM but the error tells:


Code:
Salt-value exception

so it seems the salt is missing in your hash-export

if this salt is provided by TPM you will not be able to crack this i think
Reply