From be03105a28eddc10cded0976c48ac18241ab4203 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Mon, 30 May 2022 21:42:28 +1000 Subject: [PATCH] hydra: expand example description for HTTPS webform credentials (#8104) --- pages/common/hydra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/hydra.md b/pages/common/hydra.md index 3f101c5dd5..35e4aa8d0c 100644 --- a/pages/common/hydra.md +++ b/pages/common/hydra.md @@ -12,7 +12,7 @@ `hydra -l {{username}} -P {{path/to/wordlist.txt}} {{host_ip}} {{ssh}}` -- Guess HTTPS webform credentials using a list of usernames and a list of passwords: +- Guess HTTPS webform credentials using two specific lists of usernames and passwords ("https_post_request" can be like "username=^USER^&password=^PASS^"): `hydra -L {{path/to/usernames.txt}} -P {{path/to/wordlist.txt}} {{host_ip}} {{https-post-form}} "{{url_without_host}}:{{https_post_request}}:{{login_failed_string}}"`