From ab5154719aab2023016067e24d0c84983d046dc6 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Thu, 19 May 2022 00:48:37 +1000 Subject: [PATCH] hydra: replace telnet with brute force example (#8090) --- pages/common/hydra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/hydra.md b/pages/common/hydra.md index c7217f0a2e..3f101c5dd5 100644 --- a/pages/common/hydra.md +++ b/pages/common/hydra.md @@ -12,9 +12,9 @@ `hydra -l {{username}} -P {{path/to/wordlist.txt}} {{host_ip}} {{ssh}}` -- Guess Telnet credentials using a list of usernames and a single password, specifying a non-standard port and IPv6: +- Guess HTTPS webform credentials using a list of usernames and a list of passwords: -`hydra -L {{path/to/usernames.txt}} -p {{password}} -s {{port}} -6 {{host_ip}} {{telnet}}` +`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}}"` - Guess FTP credentials using usernames and passwords lists, specifying the number of threads: