11-10-2012, 07:30 AM
(This post was last modified: 11-10-2012, 07:32 AM by mastercracker.)
(11-10-2012, 02:57 AM)comedyaddict Wrote: Hi all..Here's an example for windows:
Hope someone here can help me. I need a hand with some syntax, but since I am so new to hashcat it might be easier to explain what I need vs what I've tried and failed so far.
I am trying to solve a geocaching puzzle which contains a SHA1 hash.
Here is what I know:
The salt is COFFEE and is before the string thats been hashed.
I know a partial part of the message 'contained' in the hash - between but not including the brackets
(N49 12.??? W085 07.???)
I know the missing digits are numbers
I know the hash code 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed (this isn't the actual one - this is just hello world)
What would be the syntax required to figure this one out???
Thanks.. Brian
Code:
hashcat-cli64.exe -m 120 -a 3 -o found.txt hash.txt "N49 12.?d?d?d W085 07.?d?d?d"