Hydra: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→ftp) |
|||
| Zeile 8: | Zeile 8: | ||
==imaps== | ==imaps== | ||
*hydra -S -v -l xinux -P bad-passwords -s 993 -f 10.0.10.104 imap -V | *hydra -S -v -l xinux -P bad-passwords -s 993 -f 10.0.10.104 imap -V | ||
| + | =Optionen= | ||
| + | *-l -> Specify a username to use during brute force attack | ||
| + | *-L -> Specify a wordlist of usernames to be used during the bruteforce attack | ||
| + | *-p -> Specify a password to use during brute force attack | ||
| + | *-P -> Specify a wordlist of passwords to be used during the bruteforce attack | ||
| + | *-t -> Threads per Scan - Default 16 | ||
| + | *-S connect via SSL | ||
Version vom 13. Oktober 2022, 16:45 Uhr
hydra
ssh
- hydra -l xinux -P bad-passwords 10.0.10.104 ssh
smb
- hydra -l xinux -P bad-passwords 10.0.10.104 smb
ftp
- hydra -l xinux -P bad-passwords 10.0.10.104 ftp
imaps
- hydra -S -v -l xinux -P bad-passwords -s 993 -f 10.0.10.104 imap -V
Optionen
- -l -> Specify a username to use during brute force attack
- -L -> Specify a wordlist of usernames to be used during the bruteforce attack
- -p -> Specify a password to use during brute force attack
- -P -> Specify a wordlist of passwords to be used during the bruteforce attack
- -t -> Threads per Scan - Default 16
- -S connect via SSL