Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Brute force program for linux


ghost's Avatar
0 0

i need a brute forcer like access diver or c-force for linux…any recommendations?


spyware's Avatar
Banned
0 0

perl.


ghost's Avatar
0 0

spyware wrote: perl.

im not on such a high level yet :P


ghost's Avatar
0 0

What are you trying to brute force? I think I heard of a brute force program a while back called Hydra, maybe you should look into that.


ghost's Avatar
0 0

well my friend google also told me about hydra :P i already tried it but i am having troubles installing it…is somebody interessted in helping me?


ghost's Avatar
0 0

ppsyc0wze wrote: well my friend google also told me about hydra :P i already tried it but i am having troubles installing it…is somebody interessted in helping me? … You don't install Hydra unless you're compiling it from source. Also, I don't recall you mentioning what OS you run. Read the documentation on Hydra.


spyware's Avatar
Banned
0 0

**Zephyr_Pure wrote:**Also, I don't recall you mentioning what OS you run.

"for linux"


ghost's Avatar
0 0

**Zephyr_Pure wrote:**Also, I don't recall you mentioning what OS you run. spyware wrote: "for linux" Saying you run Linux as your OS is like saying you use a computer to access the Internet. For the OP to get real help, we'll need a distro name.


spyware's Avatar
Banned
0 0

Zephyr_Pure wrote: Saying you run Linux as your OS is like saying you use a computer to access the Internet. For the OP to get real help, we'll need a distro name.

I was being "sarcastic". Anyhow, my guess is that OP is running Ubuntu.


ghost's Avatar
0 0

I know, and agreed. Installing Hydra on Ubuntu is just a quick Google search away.


ghost's Avatar
0 0

this is the problem

Starting hydra auto configuration …

Checking for openssl (libssl/ssl.h) … … NOT found, SSL support disabled Get it from http://www.openssl.org Checking for Postgres (libpq) … … NOT found, module postgres disabled Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) … … NOT found, module svn disabled Checking for SAP/R3 (librfc/saprfc.h) … … NOT found, module sapr3 disabled Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp Checking for libssh (libssh/libssh.h) … … NOT found, module ssh2 disabled Get it from http://0xbadc0de.be/ - use v0.11!

Hydra will be installed into …/bin of: /usr/local (change this by running ./configure –prefix=path)

Writing Makefile.in … cat: Makefile.unix: No such file or directory cat: Makefile.am: No such file or directory

why is this all "disabled" do i really have to download from all those links there -.- ….

and yes its ubuntu..but i dont think that this matters…it should run on all Linux OS`

btw, i DO have openssl installed!


ghost's Avatar
0 0

ppsyc0wze wrote: Starting hydra auto configuration …

Checking for openssl (libssl/ssl.h) … … NOT found, SSL support disabled Get it from http://www.openssl.org Checking for Postgres (libpq) … … NOT found, module postgres disabled Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) … … NOT found, module svn disabled Checking for SAP/R3 (librfc/saprfc.h) … … NOT found, module sapr3 disabled Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp Checking for libssh (libssh/libssh.h) … … NOT found, module ssh2 disabled Get it from http://0xbadc0de.be/ - use v0.11!

Hydra will be installed into …/bin of: /usr/local (change this by running ./configure –prefix=path)

Writing Makefile.in … cat: Makefile.unix: No such file or directory cat: Makefile.am: No such file or directory

You need to install dev files. Run this command:

markupapt-get install libssl-dev libssh-dev libpq-dev

That should install the requirements. If you get an error (because I'm not sure on the package names), just google for "libssh (or whatever it's missing) header files" and you will probably find a .deb package that you can install.


ghost's Avatar
0 0

hacker2k wrote: [quote]ppsyc0wze wrote: Starting hydra auto configuration …

Checking for openssl (libssl/ssl.h) … … NOT found, SSL support disabled Get it from http://www.openssl.org Checking for Postgres (libpq) … … NOT found, module postgres disabled Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) … … NOT found, module svn disabled Checking for SAP/R3 (librfc/saprfc.h) … … NOT found, module sapr3 disabled Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp Checking for libssh (libssh/libssh.h) … … NOT found, module ssh2 disabled Get it from http://0xbadc0de.be/ - use v0.11!

Hydra will be installed into …/bin of: /usr/local (change this by running ./configure –prefix=path)

Writing Makefile.in … cat: Makefile.unix: No such file or directory cat: Makefile.am: No such file or directory

You need to install dev files. Run this command:

markupapt-get install libssl-dev libssh-dev libpq-dev

That should install the requirements. If you get an error (because I'm not sure on the package names), just google for "libssh (or whatever it's missing) header files" and you will probably find a .deb package that you can install.[/quote]

eey thanks a lot man..i`ve done that now…but this one is still missing

Checking for SAP/R3 (librfc/saprfc.h) … … NOT found, module sapr3 disabled Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp

i dont know what to download from there..it looks like i have to register :-S


ghost's Avatar
0 0

ppsyc0wze wrote: and yes its ubuntu..but i dont think that this matters…it should run on all Linux OS`

Oh, no… Your OS doesn't matter at all. At all. I mean, hell, it's not like I Googled "saprfc.h ubuntu" to find this:

http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=841617

The fact that it should run on every Linux OS doesn't mean that your OS isn't relevant… When asking a question, provide as much information as you can so that people can help with your particular situation.

In fact, if you had mentioned it earlier, that link would've solved all of your dependency problems in short time.