Author Topic: performand bruting script for running on hacked server  (Read 949 times)

0 Members and 2 Guests are viewing this topic.

Offline peak

  • Serf
  • *
  • Posts: 26
  • Cookies: 0
    • View Profile
performand bruting script for running on hacked server
« on: 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:
Code: [Select]
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.





Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: performand bruting script for running on hacked server
« Reply #1 on: July 08, 2012, 08:15:47 am »
There is a tool "John the Ripper".
« Last Edit: July 08, 2012, 08:16:17 am by Kulverstukas »

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: performand bruting script for running on hacked server
« Reply #2 on: July 08, 2012, 09:32:41 am »
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.
>>>import this
-----------------------------

Offline peak

  • Serf
  • *
  • Posts: 26
  • Cookies: 0
    • View Profile
Re: performand bruting script for running on hacked server
« Reply #3 on: July 08, 2012, 11:52:03 am »
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.