Commit graph

10 commits

Author SHA1 Message Date
Adrian Portelli
e608277ecc Note openssl patch issues 2004-10-19 20:50:35 +00:00
Adrian Portelli
d0e8b69eff - Update to hydra-4.3
- Fix WRKDIR/WRKSRC directories
- Fix openssl builds
2004-10-19 20:50:05 +00:00
Adrian Portelli
d5c035cc8d Version bump 3.1 to 4.0
- fix hardcode of SSLBASE so it _should_ be more portable now

Changelog for hydra
-------------------

Release v4.0
############
#
# This is a summary of changes of the D1 to D5 beta releases and shows
# what makes v4.0 different from 3.1.
# Have fun. Lots of it.
#
# By the way: I need someone to program a nice GTK frontend for hydra,
# would YOU like to do that and receive the fame? Send an email to vh@thc.org !
#
* For the first time there is not only a UNIX/source release but additionally:
   ! Windows release (cygwin compile with dll's)
   ! PalmPilot release
   ! ARM processor release (for all your Zaurus, iPaq etc. running Linux)
* There are new service attack module:
   ! ms-sql
   ! sap r/3 (requires a library)
   ! ssh v2 (requires a library)
* Enhancements/Fixes to service attack modules:
   ! vnc module didnt work correctly, fixed
   ! mysql module supports newer versions now
   ! http module received a minor fix and has better virtual host support now
   ! http-proxy supports now an optional URL
   ! socks5 checks now for false positives and daemons without authentication
* The core code (hydra.c) was rewritten from scratch
   ! rewrote the internal distribution functions from scratch. code is now
     safer, less error prone, easier to read.
   ! multiple target support rewritten which now includes intelligent load
     balancing based on success, error and load rate
   ! intelligently detect maximum connect numbers for services (per server if
     multiple targets are used)
   ! intelligent restore file writing
   ! Faster (up to 15%)
   ! Full Cygwin and Cygwin IPv6 support
* added new tool: pw-inspector - it can be used to just try passwords which
  matches the target's password policy
2004-05-22 14:43:42 +00:00
Adrian Portelli
ec6d444db9 - bl3ify
- change maintainer - as agreed with by adam@
- clean up patches
- bump to version 3.1

Changelog for hydra
-------------------

v3.1 (MARCH 2004)               PUBLIC RELEASE
-rc1:
* added patch by m0j0.j0j0 which fixes the parallel host scanning and
  killing all childrens. Also new options for his smbnt module and frees
  memory which I forgot.
* more memory freeing. Whis will save considerable amount of memory now :-)
* fixed a small glitch in the mysql module (thanks to plasmoid@thc.org)
* reviewed all fishy conversions (gcc -pedantic)
* restore functionality is still experimental - a message states this now.
* added CYGWIN support
-rc2:
* fixed two small glitches (thanks to Eric)
* uh, fixed big search'n replace error in smbnt in rc1 ... :-)

v3.0 (FEBRUARY 2004)            PUBLIC RELEASE
* added a restore function to enable you to continue aborted/crashed
  sessions. Just type "hydra -R" to continue a session.
  NOTE: this does not work with the -M option! This feature is then disabled!
* added a module for http proxy authentication cracking ("http-proxy") :-)
* added HTTP and SSL/CONNECT proxy support. SSL/CONNECT proxy support works
  for *all* TCP protocols, you just need to find a proxy which allows you to
  CONNECT on port 23 ...
  The environment variable HYDRA_PROXY_HTTP defines the web proxy. The
  following syntax is valid: HYDRA_PROXY_HTTP="http://123.45.67.89:8080/"
  Same for HYDRA_PROXY_CONNECT.
  If you require authentication for the proxy, use the HYDRA_PROXY_AUTH
  environment variable:
    HYDRA_PROXY_AUTH="login:password"
* fixed parallel host scanning engine (thanks to m0j0.j0j0 for reporting)
* A status, speed and time to completion report is now printed every minute.
* finally updated the README

v2.9 (FEBRUARY 2004)            PRIVATE RELEASE
...

v2.8 (JANUARY 2004)             PRIVATE RELEASE
...

v2.7 (JANUARY 2004)             PUBLIC RELEASE
* small fix for the parallel host code (thanks to m0j0@foofus.net)
2004-04-22 21:00:40 +00:00
Adrian Portelli
f7d4f2024f Version bump from 2.4 to 2.6
v2.6 (DECEMBER 2003)            PUBLIC RELEASE
* fixed a compiling problem for picky compilers.

v2.5 (NOVEMBER 2003)            PUBLIC RELEASE
* added a big patch from m0j0@foofus.net which adds:
    - AAA authentication to the cisco-enable module
    - Running the attacks on hosts in parallel
    - new smbnt module, which uses lanman hashes for authentication,
	needs libdes
  ! great work and thanks !
* changed code to compile easily on FreeBSD
* changed configure to compile easily on MacOS X - Panther (cool OS btw ...)
2003-12-16 22:51:25 +00:00
Adrian Portelli
ed29a2c8b3 Version bump to 2.4
From the CHANGELOG:

* added mysql module (thanks to mcbethh@u-n-f.com)
* small fix in vnc (thanks to the Nessus team)
* added credits for vnc-module (FX/Phenolite)
* new ./configure script for better Solaris and *BSD support (copied from amap)
* updated to new email/www addresses => www.thc.org
2003-11-14 17:15:16 +00:00
Julio Merino
0662c87386 Add missing CVS id tags, plus some fixes. 2003-09-24 12:07:16 +00:00
Julio Merino
784a489f5b Style cleanup. 2003-09-24 12:06:08 +00:00
Julio Merino
d21bf8f217 Drop trailing whitespace. 2003-09-24 12:05:19 +00:00
Julio Merino
df2138106b Initial import of hydra, version 2.2:
THC-Hydra the best parallized login hacker is available: for Samba, 
FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5, 
PCNFS, Cisco and more. Includes SSL support and is part of Nessus.

Closes PR pkg/21728 by adam@monkeybyte.org.
2003-09-24 11:59:35 +00:00