Posts: 3
Threads: 1
Joined: Feb 2014
Greetings All,
I am a total hashcat newbie As I am running Redmine on my server and I wanted to perform a security audit to see if I could crack some passwords of my users. I realized that hashcat 0.47 supports redmine hashes.
I just do not know what the right syntax to use? and how should i put redmine's passwords and salts? would it be like pass
alt ?
Any tips would be highly appreciated.
Thanks
Posts: 649
Threads: 18
Joined: Nov 2010
Posts: 3
Threads: 1
Joined: Feb 2014
Thank you, i have checked the wiki and viewed its exampls.
I ran
Code:
hashcat-cli64.exe -m 7600 pass.txt common-pass2.txt -o cracked.txt
and i got:
Code:
unknown hash_mode: 7600
Would you advice?
Posts: 16
Threads: 5
Joined: Feb 2013
I don't know which hashtype you want to crack, but i can say you, that -m 7600 doesn't exists.
Look here and search for your hashtype :
https://hashcat.net/wiki/doku.php?id=example_hashes
Posts: 2,301
Threads: 11
Joined: Jul 2010
(02-05-2014, 04:42 PM)TrAnn3l Wrote: I don't know which hashtype you want to crack, but i can say you, that -m 7600 doesn't exists.
Look here and search for your hashtype : https://hashcat.net/wiki/doku.php?id=example_hashes
look again
Posts: 2,267
Threads: 16
Joined: Feb 2013
I can confirm that there was a slight problem w/ the hash type number of redmine hashes...
Next version will work w/ -m 7600 but it doesn't work w/ current release version because of that slight hash type numbering problem.
I added a sample hash to the wiki:
http://hashcat.net/wiki/doku.php?id=example_hashes
The algo is btw: sha1 ($salt . sha1 ($pass))
Next release will include the fix.
Thx for reporting @boxed
Posts: 3
Threads: 1
Joined: Feb 2014
Thank you all for the tips and hints. And will be waiting for the new release.