brute forcer

Programming, for all ages and all languages.
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

Post by os64dev »

GLneo wrote:i don't believe its SSE, my old Athlon i don't think has SSE ( just 3dnow! ) and MDcrack still easily doubles our speed.

but on the bright side, this is probably one of the fastest open source cracker, now we need a sourceforge page and add more hash types, and more capability's like http ath brute forcing, nmap style port scanning, etc... then we shall rule the world Muahaha!
and you think 3Dnow is not used by MDcrack? guess again. and they can detect only to 16 characters we can do 31. maybe i should test the difference. and btw they have been at it for years. we are not even busy for a month
Author of COBOS
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

Post by os64dev »

ok tested the 16 byte password version and almost 10 M/s. this will never find any password of mine though.
$ time ./brute.exe d6a6bc0db10694a2d90e3a69648f3a03 6 2
threadList: 0x22cad0
sizeof(threadInfo): 128(80)
time: 31.98s
- avg. hash/s: 9658447.22 h/s
#done.

real 0m32.125s
user 1m4.202s
sys 0m0.015s
Author of COBOS
Ninjarider
Member
Member
Posts: 62
Joined: Fri Jun 29, 2007 8:36 pm

Post by Ninjarider »

i haven't looked at the latest updated code. how about allowing the user to define password lenghts and character maps. i have also learned that special characters are allowed in passwords.
Post Reply