Hydra is a network logon password cracker. It supports SSH and webform cracking.
Questions tagged [hydra]
103 questions
0
votes
2 answers
Hydra on Windows comes up with "[ERROR] Compiled without LIBSSH v0.4.x support, module is not available"
After trying to run the following query with THC-HYDRA:
hydra -l ROOT -P pass.lst -M hosts.lst ssh
I get this responce:
Hydra v7.5 (c)2013 by van Hauser/THC & David Maciejak - for legal purposes only
Hydra (http://www.thc.org/thc-hydra) starting…

user2752347
- 161
- 6
- 16
0
votes
1 answer
Delphi Hydra visual plugin border issuse if using styles in host app
If creating a delphi hydra host application and then load a delphi hydra visual plugin on It, then a dialog border appears for visual plugin. this borders appears if using styles in delphi host(Project>options>application>appearance).
Can you help…

Shaahin Ashayeri
- 918
- 2
- 13
- 30
0
votes
2 answers
limiting asynchronous process execution
I have a program that uses hydra to request pages. I want to limit the number of items in the download queue. The hydra.queue call is non-blocking, so I need somehow to trigger a new download when the old one finishes processing. The current…

dysbulic
- 3,005
- 2
- 28
- 48
0
votes
2 answers
Configure Hydra-7.4.2 on Windows 7 using Cygwin
I am trying to configure THC Hydra 7.4.2 on my Windows 7 laptop with Cygwin. I installed Cygwin using setup.exe, I have selected devel and MinGW pakages.
When I execute ./configure it is fine.. although some missing modules were mentioned. Then I…

BackBencher
- 61
- 1
- 1
- 7
0
votes
1 answer
undefined method `cache_getter' for Typhoeus::Hydra
I don't know why I get this error. Both methods are corrects.
hydra = Typhoeus::Hydra.new
hydra.cache_getter do |request|
Rails.cache.read(request.cache_key) rescue nil
end
hydra.cache_setter…

sparkle
- 7,530
- 22
- 69
- 131
0
votes
1 answer
How do you limit typhoeus response size in ruby?
I have some code that does basically this, where the var urls is an array of strings. This is a distilled version but should show the point.
require 'rubygems'
require 'typhoeus'
require 'json'
require 'socket'
def hit_http_urls(urls)
hydra =…

rdickeyvii
- 171
- 1
- 6
0
votes
2 answers
Typhoeus Hydra run out of memory
I wrote a script that checks urls from file (using ruby gem Typhoeus). I don't know why when I run my code the memory usage grow. Usually after 10000 urls script crashes.
Is there any solution for it ? Thanks in advance for your help.
My…

ypcat
- 46
- 6
-1
votes
1 answer
hydra brute force password https
i am having some trouble brute forcing a password on a website in https.
this is the command that i'm using:
hydra -l email -P /path/rockyou.txt WEBSITE_IP http-post-form…

Razvan Manole
- 1
- 1
- 3
-1
votes
1 answer
Hydra with Weblogic for testing credentials
I'm looking for the good syntax with Hydra in order to validate the good credentials. My local weblogic server is running on 192.168.100.21, so far I've tried the following:
hydra -C userpass.txt -M my-local-IP.txt -o results.txt http-get -s 7001 -f…

Gerald
- 83
- 8
-1
votes
1 answer
Hydra brute force attack my home TPLInk router
I setup the most easiest password for my tplink router: aaaaaaac
default user is admin
I looked at page source at and found this:

MarioZ
- 320
- 4
- 17
-1
votes
1 answer
Compiling Hydra Using Cygwin
I am trying to compile Hydra using Cygwin. But I am unable to do So..
./configure command gives the following results.
$ ./configure
Starting hydra auto configuration ...
Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ...
…

Uchiha Madara
- 49
- 3
- 13
-3
votes
1 answer
Hydra Password Cracker error using cygwin64 in windows
Please Help i cannot install hydra password cracker using cygwin64 in windows 8.1 What should i do
Below are pics
error
error
error

Muhammad Furqan
- 1
- 3
-5
votes
1 answer
How to print a statement based on hydra result in python?
I updated the code but there still seems to have an error.
import os
import subprocess
name = raw_input("\nWHO DO WE HACK? ")
passw = subprocess_check.input(['hydra -l ' + name + ' -P pss.txt smb://192.168.66.128'])
print passw
if passw == '0':
…

user3079563
- 1
- 1
- 3