Author | Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
i need a brute forcer like access diver or c-force for linux...any recommendations?
|
 |
Author | RE: Brute force program for linux |
spyware Member

Posts: 4192 Location:
Joined: 14.04.07 Rank: God Warn Level: 90
| |
perl.

"The chowner of property." - Zeph [small]�Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.� - Carl Sagan [center]�Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?� - Ebert[/ce |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
spyware wrote:
perl.
im not on such a high level yet 
|
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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.
|
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Hydra : http://www.thc.org/download.php?t=r&...4.7-src.tar.gz
-Hawk |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
well my friend google also told me about hydra i already tried it but i am having troubles installing it...is somebody interessted in helping me?
|
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
ppsyc0wze wrote:
well my friend google also told me about hydra  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.
|
 |
Author | RE: Brute force program for linux |
spyware Member

Posts: 4192 Location:
Joined: 14.04.07 Rank: God Warn Level: 90
| |
Zephyr_Pure wrote:Also, I don't recall you mentioning what OS you run.
"for linux"

"The chowner of property." - Zeph [small]�Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.� - Carl Sagan [center]�Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?� - Ebert[/ce |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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.
|
 |
Author | RE: Brute force program for linux |
spyware Member

Posts: 4192 Location:
Joined: 14.04.07 Rank: God Warn Level: 90
| |
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.

"The chowner of property." - Zeph [small]�Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.� - Carl Sagan [center]�Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?� - Ebert[/ce
Edited by spyware on 14-01-09 13:48 |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
I know, and agreed. Installing Hydra on Ubuntu is just a quick Google search away.
|
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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!
Edited by on 14-01-09 18:32 |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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:
Code apt-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. |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
hacker2k wrote:
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:
Code apt-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.
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
Edited by on 14-01-09 21:43 |
 |
Author | RE: Brute force program for linux |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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.
|
 |