Questions tagged [hydra]

Hydra is a network logon password cracker. It supports SSH and webform cracking.

103 questions
6
votes
1 answer

hydra target ssh does not support password authentication

I am using Hydra v8.1 downloaded and compiled from a tar file. I've managed to solve the standard problem of libssh support and now when I try to make an attack(I think it's called dictionary attack) on an SSH server, after specifying the following…
v01d
  • 327
  • 3
  • 11
5
votes
1 answer

ERROR Compiled without LIBSSH v0.4.x support, module is not available

I'd like to toy with hydra on my OSX, but I can't figure out what's the problem. brew info hydra output: hydra: stable 8.3 (bottled), HEAD Network logon cracker which supports many services https://www.thc.org/thc-hydra/ /usr/local/Cellar/hydra/8.3…
user3187548
  • 61
  • 1
  • 6
4
votes
4 answers

Consume .NET assembly in Delphi XE2

I have some of the business logic implemented in .NET and some in Delphi. Now i am planning to upgrade to Delphi XE2. Do we have any provision to consume .net assembly from Delphi XE2? Update: I heard about Hydra framework which enable us to…
Dev
  • 629
  • 2
  • 9
  • 23
4
votes
2 answers

What are Hydra advantages vs using a regular configuration file

I wonder what are the advantages of using Hydra to manage my configuration files, versus loading .yaml configuration file directly (using import yaml)?
Ilan Geffen
  • 179
  • 8
4
votes
1 answer

Hydra multirun all permutations in parallel

I am trying to find the very best configuration of hiperparameters for my LSTM using HYDRA. The problem is that there are several houndreds of possible permutations and I want to test them all. So I am trying to use HYDRA with JobLib Launcher to do…
user164948
  • 51
  • 4
4
votes
0 answers

logback does not log in file

I am using the frameowrk Hydra : https://github.com/Findwise/Hydra and i am experimenting a problem with it. Here is the logback configuration :
3
votes
2 answers

Unable to successfully use hydra, http-post-form with Cookie value

I am doing some CTF and stumbled upon a problem with Hydra when trying to use it towards a post request. I allready know how to solve this, but I am having truble with Hydra. Intecepted from burp POST /administrator/index.php HTTP/1.1 Host:…
tryingsohard
  • 59
  • 1
  • 3
3
votes
0 answers

Google App Engine with Hydra Docker image and Cloud SQL Proxy not working

I am through all the Google keyword variations and read every tutorial and guide twice. Can't get my problem solved. I have the following setup: Google App Engine (flexible) Google Cloud SQL (using PostgreSQL) Cloud Proxy installed and working…
Markus
  • 31
  • 2
2
votes
1 answer

Unsupported Interpolation Type using env variables in Hydra

What I'm trying to do: use environment variables in a Hydra config. I worked from the following links: OmegaConf: Environment variable interpolation and Hydra: Job Configuration. This is my config.yaml: hydra: job: env_copy: - EXPNAME #…
KSHMR
  • 741
  • 1
  • 9
  • 24
2
votes
0 answers

How to set directory for hydra generated log file rather than the current working directory?

I am using hydra version 1.2. I changed the default working directory of hydra to another directory. Now I want to save hydra generated log file in some other directory. How can I do that? Currently, the log file is saved on the current working…
Rajib Chanda
  • 33
  • 1
  • 5
2
votes
2 answers

Ory Hydra OAuth2 token expiration time

I'm using Ory Hydra as OAuth2 server. There's a config to set custom expiration time, but it's static and used for all tokens that I create. https://www.ory.sh/docs/hydra/guides/token-expiration#access-token-expiration I want to have the ability to…
miroshnik
  • 163
  • 1
  • 8
2
votes
1 answer

How to dump a hydra config into yaml with `_target_` fields

I instantiate a hydra configuration from a python dataclass. For example from dataclasses import dataclass from typing import Any from hydra.utils import instantiate class Model(): def __init__(self, x=1): self.x = x @dataclass class…
Mike
  • 444
  • 1
  • 8
  • 19
2
votes
0 answers

Restangular customPost: The property path constructor needs a string or an instance of PropertyPath, got integer

I'm using a Symfony API with an Angular client. I'm currently trying to post to my API, to add a data in my database. I want to create a notification, so I did a NotificationService: createNotif(user: User, job: QuotationJob, type: string):…
Mishirin
  • 115
  • 1
  • 8
2
votes
2 answers

error with pip install hydra:cl.exe' failed with exit code 2

I tried to use pip install hydra to install hydra on windows. At first the problem was Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ After…
gaojl19
  • 21
  • 2
2
votes
0 answers

How to validate if user is already connected through OAuth2 SSO Server?

I have an Hydra SSO Server, an OIDC Provider and a Resource Server Website. When a user browses a protected page on the Resource Server Website, if no authentication info can be found, a guard will redirect the user to Hydra SSO Server and a…
louis amoros
  • 2,418
  • 3
  • 19
  • 40
1
2 3 4 5 6 7