hello everyone!
I have hash & I know almost a first half of source string and second half is 16 random digits:
this is correct command?
I'm not a hacker and reading about numbers like 10 quadrillion..oO makes me feel so confused about is it real to calculate or it takes all my lifetime?
Possible 16 digit combinations
10 000 000 000 000 000 (~ 10,000.0t)
I have hash & I know almost a first half of source string and second half is 16 random digits:
PHP Code:
MD5("Workgroup.U1."+16digits) // (0000 0000 0000 0000 - 9999 9999 9999 9999)
this is correct command?
Code:
./hashcat64.bin -m 0 -a 3 hash Workgroup.U1.?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
I'm not a hacker and reading about numbers like 10 quadrillion..oO makes me feel so confused about is it real to calculate or it takes all my lifetime?
Possible 16 digit combinations
10 000 000 000 000 000 (~ 10,000.0t)