HMAC-SHA1 need help please!
#5
You really have to read the wiki (http://hashcat.net/wiki/ ), all of it. After that try to run this:
hashcat-cli64.exe --help

and read the output too (whole output).

Then, read this:
http://hashcat.net/wiki/doku.php?id=brute_force_attack
and
http://hashcat.net/wiki/doku.php?id=mask_attack
(again).

And all of your questions are answered.
I don't know what you want to do with data/my.word, but if you read the --help, it clearly says output files are specified by --outfile=FILE (if this was what you wanted to do with my.word).
Furthermore, you didn't understand how bruteforce is done in hashcat, threrefore you need to read the WIKI (hint: you missed the mask and I told you already in post above how to do it, BUT read the wiki please).


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