hydra: replace telnet with brute force example (#8090)

htop
Fazle Arefin 2022-05-19 00:48:37 +10:00 committed by GitHub
parent e23451ed20
commit ab5154719a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: