Hi folks,
I need a little help for recover a HMAC-SHA1 hash value.
I have the hashed value and the (pass)key.
My *.hash file content looks like this (hash:key):
<removed>
and my command line like this:
But I get no result and no error.
After a half second this comes out in the console:
What I'm doing wrong?
Please help!
p.s. sorry for my bad english and greetings from germany
I need a little help for recover a HMAC-SHA1 hash value.
I have the hashed value and the (pass)key.
My *.hash file content looks like this (hash:key):
<removed>
and my command line like this:
Code:
hashcat-cli64.exe" -a 0 -m 150 examples
/A0.M0.hash examples/A0.M0.word
But I get no result and no error.
After a half second this comes out in the console:
Code:
Added hashes from file examples/A0.M0.hash: 1 (1 salts)
Activating quick-digest mode for single-hash with salt
NOTE: press enter for status-screen
Input.Mode: Dict (examples/A0.M0.word)
Index.....: 1/1 (segment), 0 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 0/0 (100%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Fri Jun 28 19:08:06 2013
Stopped: Fri Jun 28 19:08:06 2013
What I'm doing wrong?
Please help!
p.s. sorry for my bad english and greetings from germany