hashcat Forum
Geocache, MD5, some parts of password known some parts not - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Geocache, MD5, some parts of password known some parts not (/thread-3233.html)



Geocache, MD5, some parts of password known some parts not - flow86 - 03-17-2014

Hi,
I´m doing geocaching.
now i have a cache where the coordinates are encryptet in plain MD5

i know that the coordinates are in this format:
N.xx.yy.zzz
E.aa.bb.ccc

The Upper case Letters are given and the dots are given,
so i neet a rule or something that usses the given characters and counts the lowercase letters numeric

i´m using hashcat GUI

hope you understand what i´m thinking of....


RE: Geocache, MD5, some parts of password known some parts not - atom - 03-17-2014

sounds like fun!

so x, y and z are just numbers?

for example if xx is always exactly 2 numbers you just replace the x with ?d
same for y and z, a, b and c.

example mask: N.?d?d.?d?d.?d?d?d

When you're done with that range, you do another run with E: E.?d?d.?d?d.?d?d?d


RE: Geocache, MD5, some parts of password known some parts not - flow86 - 03-17-2014

(03-17-2014, 06:41 PM)atom Wrote: sounds like fun!

so x, y and z are just numbers?

for example if xx is always exactly 2 numbers you just replace the x with ?d
same for y and z, a, b and c.

example mask: N.?d?d.?d?d.?d?d?d

When you're done with that range, you do another run with E: E.?d?d.?d?d.?d?d?d

thanks a lot, i found the coordinates!