my PHP DES dictionary cracker
this uses no database and is coded all in php
you can check it out here http://zomgz.info/str.php
i just called it sleaztheripper because im loser:p
check it out
it encrypts and decrypts DES
if you would like i will post the source if you would like
tell me what you think
i just thought it was cool because ive never seen an online DES cracker
or any other DES cracker besides jtr really
sakarin wrote: yeah dude. simple effective the way it should be =)
thanks
yep np
and its fast too
hahah
i own jtr :p
just one thing i noticed…i tried one of my really big wordlists and it gets a fatal error because of too many bytes or something
not tooo big of a deal but just so you know if anyone gets an error like that
that might depend on how your host is configured..
carefull with those, i have a dreamhost account and we are limited to 60min cpu usage per day. yeah it doesn't make much sense and i don't know how does that work but running 50mb wordlists might not be a good idea unless you have a server and not an host
sakarin wrote: that might depend on how your host is configured..
carefull with those, i have a dreamhost account and we are limited to 60min cpu usage per day. yeah it doesn't make much sense and i don't know how does that work but running 50mb wordlists might not be a good idea unless you have a server and not an host
yeah yeah
i got that error when i hosted it on my site (servage hosting)
im sure they limit some stuff like this
so im gonna put it on my comp now and use my huge wordlist heh
has no collisions? impossible.
if there are, say, mayb 70 possible characters (A-Z, a-z, 0-9, + special characters, doesnt matter)
then with a 13 character result= 70707070707070707070707070 = 9.68890104 × 10^23 = 968890104000000000000000
combinations. a fucking huge number but not infinite.
but yeah standing up for kaksii the odds of a collision are, well, REAAAAAAAALLLLLLLLLLYYYYYYYY fucking slim. if you found that by hand then youre jesus. seriously. like the odds are
000000000000000000000000000000000000000001% chance per two random inputs. so pretty much you could spent a trillion trillion trillion lifetimes doing that and never find a collision by hand.
DigitalFire wrote: has no collisions? impossible.
if there are, say, mayb 70 possible characters (A-Z, a-z, 0-9, + special characters, doesnt matter)
then with a 13 character result= 70707070707070707070707070 = 9.68890104 × 10^23 = 968890104000000000000000
combinations. a fucking huge number but not infinite.
Don't go with that shit "nothing is impossible". Maybe his code is wrong.
email me the source
lol i missed that yesterday..
that's supposed to happen.
htaccess files have a max lenght of 8 for the pass so the crypt() function is defaulted for 8 lenght too.
you can increase the salt but there's really no point..
that's why the best wordlists for this kind of cracking should be truncated for 8 chars.
sakarin wrote: lol i missed that yesterday..
that's supposed to happen.
htaccess files have a max lenght of 8 for the pass so the crypt() function is defaulted for 8 lenght too.
you can increase the salt but there's really no point..
that's why the best wordlists for this kind of cracking should be truncated for 8 chars.
a really?
haha cool
i guess ill go and limit it hah:p