problems with basic bruteforcing
#1
Hello,

i tried the popular thing and did some tests running rockyou against linkedin hashes and that stuff works fine.

I can also hash stuff with md5sum for example and cerate wordlists that match or will match when combined by rules. This is also working fine.

However when i try to to some really basic bruteforcing i cant get the hashes cracked.

For example:

:~# echo 1234 | md5sum
e7df7cd2ca07f4f1ab415d457a6e1c13

:~# echo test | md5sum
d8e8fca2dc0f896fd7cb4cb0031ba249

when i put this hashes into a txt file and run it against:

hashcat-cli32.exe -a 3 --pw-min=4 --pw-max=4 -m 0 -n 2 -c 64 testmd5.txt -1 ?l?u?d?s ?1?1?1?1

i dont get any results:

Input.Mode: Mask (?1?1?1?1)
Index.....: 0/1 (segment), 81450625 (words), 0 (bytes)
Recovered.: 0/2 hashes, 0/1 salts
Speed/sec.: 12.72M plains, 12.72M words
Progress..: 81450625/81450625 (100.00%)
Running...: 00:00:00:06
Estimated.: --:--:--:--

Started: Wed Apr 03 14:38:16 2013
Stopped: Wed Apr 03 14:38:23 2013


From what (little) I understand so far this should work quite fast and well but I dont get any result at all.

Is there an obvious mistage in what i am doing?

Thanks for the help!
Regards
Sebastian


Messages In This Thread
problems with basic bruteforcing - by warriar - 04-03-2013, 02:50 PM
RE: problems with basic bruteforcing - by atom - 04-03-2013, 02:55 PM
RE: problems with basic bruteforcing - by warriar - 04-03-2013, 03:31 PM