EvilZone
Programming and Scripting => Scripting Languages => : peak July 08, 2012, 08:12:52 AM
-
hi guys
I'm looking for a fast bruting script for unixmd5 hashes. The Problem is that i wanna run it on some hacked server that i havnt rooted yet but I want to use their capacity for hash bruting.
I sure know about hashcat and john etc. but those tools won't run if you are not root or if you don't have gcc. And On those Servers I am not (usually www type of user)
Now I have 2 Types of Servers. Those with gcc oder similar and those without gcc. For those without i'm currently working with a selfmade perl script for basic bruteforce. I use for generating the hash: openssl passwd -1 -salt mySalt myPw
Very slow though ...
pls let me know what you think of this and if you have any script for me.
-
There is a tool "John the Ripper".
-
There is a tool "John the Ripper".
He mentioned John.
Try something python/scripted based. AFAIK something that uses the interpreter wont need root.
Or dev something yourself. Permutations/combinations are the modules you'll need.
-
hi thanks for your input.
Yes I have a selfmade simple perl script running on a hacked server since 3 days.
Bigger tools like john or hashcat are not working because i have no root privileges and some also have no gcc(or similar) or no glibc installed or any other idon'tKnowWhatEver problem.
So atm. i'm using them as a little bruting network or proxy but i don't have time to dev anything in that direction because im already working on another project. Though someone might got a hint for me :)
Well i guess it will work out that way.
Ah and btw, ill recommend hashcat more then john the ripper. since most homepc have a strong gpu build in.