Changes between Initial Version and Version 1 of Ticket #31895


Ignore:
Timestamp:
Nov 4, 2011, 5:20:41 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31895

    • Property Version changed from 2.0.3 to
  • Ticket #31895 – Description

    initial v1  
    22
    33Number one of the biggest security holes are passwords, as every password security study shows.
    4         Hydra is a parallized login cracker which supports numerous protocols to attack. New modules
    5         are easy to add, beside that, it is flexible and very fast.
     4Hydra is a parallized login cracker which supports numerous protocols to attack. New modules
     5are easy to add, beside that, it is flexible and very fast.
    66
    7         Hydra was tested to compile on Linux, Windows/Cygwin, Solaris 11, FreeBSD 8.1 and OSX, and
    8         is made available under GPLv3 with a special OpenSSL license expansion.
     7Hydra was tested to compile on Linux, Windows/Cygwin, Solaris 11, FreeBSD 8.1 and OSX, and
     8is made available under GPLv3 with a special OpenSSL license expansion.
    99
    10         Currently this tool supports:
    11           AFP, Cisco AAA, Cisco auth, Cisco enable, CVS, Firebird, FTP, HTTP-FORM-GET, HTTP-FORM-POST,
    12           HTTP-GET, HTTP-HEAD, HTTP-PROXY, HTTPS-FORM-GET, HTTPS-FORM-POST, HTTPS-GET, HTTPS-HEAD,
    13           HTTP-Proxy, ICQ, IMAP, IRC, LDAP, MS-SQL, MYSQL, NCP, NNTP, Oracle Listener, Oracle SID, Oracle,
    14           PC-Anywhere, PCNFS, POP3, POSTGRES, RDP, Rexec, Rlogin, Rsh, SAP/R3, SIP, SMB, SMTP, SMTP Enum,
    15           SNMP, SOCKS5, SSH (v1 and v2), Subversion, Teamspeak (TS2), Telnet, VMware-Auth, VNC and XMPP.
     10Currently this tool supports: [[br]]
     11AFP, Cisco AAA, Cisco auth, Cisco enable, CVS, Firebird, FTP, HTTP-FORM-GET, HTTP-FORM-POST,
     12HTTP-GET, HTTP-HEAD, HTTP-PROXY, HTTPS-FORM-GET, HTTPS-FORM-POST, HTTPS-GET, HTTPS-HEAD,
     13HTTP-Proxy, ICQ, IMAP, IRC, LDAP, MS-SQL, MYSQL, NCP, NNTP, Oracle Listener, Oracle SID, Oracle,
     14PC-Anywhere, PCNFS, POP3, POSTGRES, RDP, Rexec, Rlogin, Rsh, SAP/R3, SIP, SMB, SMTP, SMTP Enum,
     15SNMP, SOCKS5, SSH (v1 and v2), Subversion, Teamspeak (TS2), Telnet, VMware-Auth, VNC and XMPP.
    1616
    17         For HTTP, POP3, IMAP and SMTP, several login mechanisms like plain and MD5 digest etc. are supported.
     17For HTTP, POP3, IMAP and SMTP, several login mechanisms like plain and MD5 digest etc. are supported.
    1818
    19         This tool is a proof of concept code, to give researchers and security consultants the
    20         possiblity to show how easy it would be to gain unauthorized access from remote to a system.
     19This tool is a proof of concept code, to give researchers and security consultants the
     20possiblity to show how easy it would be to gain unauthorized access from remote to a system.
    2121
    22         The program is maintained by van Hauser and David Maciejak.
     22The program is maintained by van Hauser and David Maciejak.