mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
added patch to xhydra for -x option support
This commit is contained in:
parent
aff114ee8e
commit
5222eb0b33
4 changed files with 39 additions and 5 deletions
3
hydra.c
3
hydra.c
|
@ -371,7 +371,8 @@ void help(int ext) {
|
|||
if (ext) {
|
||||
printf(" hydra -L userlist.txt -p defaultpw imap://192.168.0.1/PLAIN\n");
|
||||
printf(" hydra -C defaults.txt -6 pop3s://[2001:db8::1]:143/TLS:DIGEST-MD5\n");
|
||||
printf(" hydra -l admin -p password ftp://[192.168.0.0/24]\n");
|
||||
printf(" hydra -l admin -p password ftp://[192.168.0.0/24]/\n");
|
||||
printf(" hydra -L logins.txt -P pws.txt -M targets.txt ssh\n");
|
||||
}
|
||||
exit(-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue