pkgsrc-wip/hydra/Makefile

33 lines
874 B
Makefile
Raw Normal View History

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 16:43:42 +02:00
# $NetBSD: Makefile,v 1.6 2004/05/22 14:43:42 adrian_p Exp $
2003-09-24 14:06:08 +02:00
#
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 16:43:42 +02:00
DISTNAME= hydra-4.0-src
PKGNAME= hydra-4.0
WRKSRC= ${WRKDIR}/${PKGNAME}
2003-09-24 14:06:08 +02:00
CATEGORIES= security
MASTER_SITES= http://www.thc.org/releases/
- 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 23:00:40 +02:00
MAINTAINER= adrianp@stindustries.net
2003-09-24 14:06:08 +02:00
HOMEPAGE= http://www.thc.org/
COMMENT= Login password cracker
GNU_CONFIGURE= YES
- 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 23:00:40 +02:00
USE_BUILDLINK3= YES
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 16:43:42 +02:00
ALL_TARGET= all ssl
CONFIGURE_ARGS+= --prefix=${PREFIX}
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 16:43:42 +02:00
pre-configure:
${CP} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.new
${SED} -e 's#@SSLBASE@#${BUILDLINK_PREFIX.openssl}#g' \
-e 's#@PREFIX@#${PREFIX}#g' \
< ${WRKSRC}/Makefile.am.new > ${WRKSRC}/Makefile.am
${CP} ${WRKSRC}/configure ${WRKSRC}/configure.new
${SED} -e 's#@PREFIX@#${PREFIX}#g' \
< ${WRKSRC}/configure.new > ${WRKSRC}/configure
- 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 23:00:40 +02:00
.include "../../security/openssl/buildlink3.mk"
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 16:43:42 +02:00
.include "../../wip/libssh/buildlink3.mk"
2003-09-24 14:06:08 +02:00
.include "../../mk/bsd.pkg.mk"