How to crack numbers?
#1
I know how to crack passwords, so i thought it would be as simple as putting numbers inplace of words.

Basically i need a number from the hash.

Specifically a number between 0 - 100 (into like the 12th decimal place [0.000000000001,2,3, ect ect.]) 

I can get the list of numbers, but i actually tried it with a number and hash  that have been confirmed.

Number was 6.5544075363103, hash was d205cc27d86901085c508318e46021b9.

I added the number into the list, and tried to crack that hash, but it couldnt find the number.

Im certain there is some information that im missing, anything that would help would be appreciated.
#2
(10-31-2015, 10:03 PM)Furdew Wrote: I actually tried it with a number and hash  that have been confirmed.

Number was 6.5544075363103, hash was d205cc27d86901085c508318e46021b9.


Code:
$ echo -n "6.5544075363103" | md5sum
5db6276a21524effd580f9958b3c1d26  -

Right...