Hydra is a network logon password cracker. It supports SSH and webform cracking.
Questions tagged [hydra]
103 questions
0
votes
0 answers
how does authorization code flow return permanent access token?
the client is console application,when login it shows a login url,the user need copy it to web browser to go on,after successful login,the browser shows a authentication code,the user copy it back to client and paste here,then client exchanges the…

bigyasuo
- 11
- 3
0
votes
0 answers
Installing Hydra image from a Docker Hub repository gives error: OCI runtime create failed: container_linux.go:346
I am trying to pull a hydra image using the following shell script. This script is supposed to pull the image from a docker repository and then configure it based on the needs of the server:
echo "Getting Hydra image from hub.docker.com"
docker pull…

Bayardo López
- 1
- 1
0
votes
0 answers
Knox OpenID login infinite loop
I am trying to configure Apache Knox to use OpenID Connect (the ORY Hydra product). The callback url is called, with the correct code= parameter, but then the login process loops ad infinitum.
I configured Knox according to this Auth0 guide (same…

mrbarret
- 47
- 1
- 8
0
votes
1 answer
Conecting Hydra-CLI to a password protect redis server?
I am trying to use Hydra-CLI on a node.js local system, while connecting to a redis db that is hosted on redislabs. Howver, the redislabs db requires a password and I can't seem to find any configuration for password in the Hydra-CLI configuration…

CodeAt30
- 874
- 6
- 17
0
votes
1 answer
runtime-lamboot suggests I automate ssh - Ubuntu
First off, I have keypairs, this is not a passphrase question though ssh is involved.
I also have MPICH, Hydra, SLURM and lamd ... this is a cluster computing question.
Node0 will boot but node1 gets hung. I have had this problem for days now. My…

Jonathan Engwall
- 71
- 6
0
votes
0 answers
How to brute force username password in html page
I have one correct username and list of possible 6000 password for that username.
I wan to try all possible passwords for a particular username in following website.
https://cdn.digialm.com//EForms/configuredHtml/756/5055/login.html
I have creates a…

DPD
- 1
- 1
- 2
- 3
0
votes
1 answer
downloading hydra with brew error (You must `brew link makedepend` before hydra can be installed)
I am trying to download Hydra in Terminal with Homebrew on my imac but it gives me this error:
You must `brew link makedepend` before hydra can be installed
And when I run:
brew link makedepend
It says:
Error: Could not symlink .
/usr/local/opt is…

Sergei Glimis
- 390
- 2
- 5
- 17
0
votes
1 answer
How to find post username and password of a html form using Thc-hydra?
The url of my login page is 119.xx.xxx.xxx:8080/webpage/ .
When I enter this url in browser to go to the login page, I see this request header GET /webpage/ HTTP/1.1.
The url in the action attribute of the login form is /webpage/login/loginCheck.
In…

Tahseen Adit
- 184
- 2
- 7
- 22
0
votes
1 answer
What attack Method is being used in this log file
On the log file it shows me that the a user is running a program called 'Hydra' which is a password cracking tool for attacking network protocols.
Log File
172.16.2.136 - - [05/Feb/2013:00:36:00 +0000] "GET /login.php?username=jsmith&password=EEZ…

Daniel
- 91
- 1
- 2
- 12
0
votes
2 answers
Using Hydra to try a brute force attack on my login page wont work
I am just learning how to use Hydra for brute force attacks and am trying to test on a login page I have built for an old site. Some times I can get Hydra to run and attempt the attack but it never works even when I put in the correct password in my…

Brady Edgar
- 486
- 7
- 27
0
votes
0 answers
typhoeus hydra won't fire parallely
I am using typhoeus hydra
hydra = Typhoeus::Hydra.new(max_concurrency: 10)
links.each_with_index do |link, i|
req = Typhoeus::Request.new("#{link}")
req.on_complete do |res|
puts "doing…

Himberjack
- 5,682
- 18
- 71
- 115
0
votes
2 answers
Use THC hydra to make dictionary attack on localhost
I have programmed a log in in my webpage and now I want to test it against a dictionary attack. I am using Apache and my website is not online so to access it I connect to localhost/website
In hydra I am using the command
hydra -l username -P…

davide l
- 177
- 1
- 3
- 9
0
votes
1 answer
How to update Plugin for Hydra Interface
I'm using Hydra interface for Delphi host and .NET plugin. Here is IPlugin.cs. I want to add some more methods and functions inside both HydraInterface.pas and IPlugin.cs. But when I added new methods and implemented and when I debug, it stopped…

PPPA
- 25
- 7
0
votes
1 answer
How to get Solr to tokenize forward slash
Custom identifiers on my Rails objects include forward slashes. For example an identifier might look like ncsu.edu/123456789. When I try to query Solr for that identifier I'm getting back any result that has ncsu.edu in it. The metadata for the…

user3254621
- 29
- 8
0
votes
1 answer
hydra 7.5 on windows 7
I've installed Hydra 7.5 for windows 7 with Cygwin (include the Devel package) and i type the command ./hydra -h and this is the result, so i assume that everything works fine
./hydra -h result
But when i'm trying to use it (it's the first time that…

user3005778
- 1
- 2