hydra v8.6 Released

THC-Hydra:  a very fast (multi-threaded) network logon cracker which supports many different services:

  • afp
  • cisco
  • cisco-enable
  • cvs
  • firebird
  • ftp
  • http-get
  • http-head
  • http-proxy
  • https-get
  • https-head
  • https-form-get
  • https-form-post
  • icq
  • imap
  • imap-ntlm
  • ldap2
  • ldap3
  • mssql
  • mysql
  • ncp
  • nntp
  • oracle-listener
  • pcanywhere
  • pcnfs
  • pop3
  • pop3-ntlm
  • postgres
  • rexec
  • rlogin
  • rsh
  • sapr3
  • sip
  • smb
  • smbnt
  • smtp-auth
  • smtp-auth-ntlm
  • snmp
  • socks5
  • ssh2
  • svn
  • teamspeak
  • telnet
  • vmauthd
  • vnc

CHANGELOG for 8.6

  • added radmin2 module by catatonic prime – great work!
  • smb module now checks if SMBv1 is supported by the server and if signing is required
  • http-form module now supports URLs up to 6000 bytes (thanks to petrock6@github for the patch)
  • Fix for SSL connections that failed with error:00000000:lib(0):func(0):reason(0) (thanks gaia@github for reporting)
  • Added new command line option:
    -c TIME: seconds between login attempts (over all threads, so -t 1 is recommended)
  • Options put after -R (for loading a restore file) are now honored (and were disallowed before)
  • merged several patches by Diadlo@github to make the code easier readable. thanks for that!
  • merged a patch by Diadlo@github that moves the help output to the invididual module

Install it this way:

  1. git clone https://github.com/vanhauser-thc/thc-hydra.git
  2. cd thc-hydra/
  3. ./configure
  4. make
  5. sudo make install
  6. hydra -h

 

Leave a Comment