thc-hydra icon indicating copy to clipboard operation
thc-hydra copied to clipboard

hydra

Results 69 thc-hydra issues
Sort by recently updated
recently updated
newest added

*ALL* email services have password cracking protection enable, either blocking offender's IP addresses, faking positive results for bad passwords or faking negative results for a correct password. Also hydra is...

best practice

For example ``` hydra redis://127.0.0.1:6379 -P top1000.txt -o out-hydra.json -b json Hydra v9.2 (c) 2021 by van Hauser/THC & David Maciejak - Please do not use in military or secret...

enhancement
help wanted

1 of 1 target successfully completed, 1 valid password found Hydra (https://github.com/vanhauser-thc/thc-hydra) finished at 2021-08-15 15:56:13 password dont match.

Hello there, I was running the following command when attempting to brute-force through a WordPress login page: `hydra -L usernames.txt -P passwords.txt [IP-Address] http-form-post '/wp-login.php:log=^USER^&pwd=^PASS^:S=Dashboard'`. Before this, I had set...

enhancement
help wanted
good first issue

As many people are not able to solve this easily - this is how to do it: 1. Log into DVWA (login: admin, password: password) 2. Collect your PHPSESSID cookie...

best practice

RServices use a funky auth mechanism that hydra doesnt really understand at the moment. in r there are three elements to the transaction identity - who we say we are...

enhancement
help wanted

It would be useful if we could take a partial password or a known wordlist and permute based off it in brute forcing similar to how hashcat works.

enhancement
help wanted

In [http-post-form] module, if password used exceed a certain length (251 chars I think), it gets trimmed. I need to crack a password which is encrypted and has a fixed...

Hi, i downloaded the latest version from here and compiled it myself. I ran it on one of my hosts and but it was unsuccessful as the hydra considered 403...

Currently ```configure``` assumes that all build dependencies are located in a fixed set of locations. Ideally use pkgconfig (which is needed for gtk anyway) to detect the dependencies so arbitrary...

enhancement
help wanted
good first issue