HMAC-SHA1 need help please!
#4
hi,

thanks for repsone.
Sorry for confusing with the file name. I change the content of the file to match "hashvalue:passkey" format.

I want to brute force the has key. so I now added "-a 3" to my commando. Looks now thie way:
Code:
hashcat-cli64.exe" -a 3 -m 150 data/my.hash data/my.word

But *.word file stays empty and the console output looks like this:
Code:
[...]

Input.Mode: Mask (data/my.w)
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (data/my.wo)
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (data/my.wor)
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (data/my.word)
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Sat Jun 29 10:25:14 2013
Stopped: Sat Jun 29 10:25:14 2013

Why did hashcat brute force the file name??!?
Same with sample content (c898896f3f70f61bc3fb19bef222aa860e5ea717:1234)...


Messages In This Thread
HMAC-SHA1 need help please! - by Grodon2001 - 06-28-2013, 07:20 PM
RE: HMAC-SHA1 need help please! - by Engineer - 06-29-2013, 08:19 AM
RE: HMAC-SHA1 need help please! - by philsmd - 06-29-2013, 08:46 AM
RE: HMAC-SHA1 need help please! - by Grodon2001 - 06-29-2013, 10:38 AM
RE: HMAC-SHA1 need help please! - by philsmd - 06-29-2013, 11:41 AM
RE: HMAC-SHA1 need help please! - by Grodon2001 - 07-05-2013, 05:41 PM