Date: Sun, 29 Jan 2017 21:13:55 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432798 - head/security/hydra Message-ID: <201701292113.v0TLDt27083673@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Jan 29 21:13:55 2017 New Revision: 432798 URL: https://svnweb.freebsd.org/changeset/ports/432798 Log: security/hydra: update to 8.4 Release 8.4 ! Reports came in that the rdp module is not working reliable sometimes, most likely against new Windows versions. please test, report and if possible send a fix * Proxy support re-implemented: - HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries - HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP] * New protocol: adam6500 - this one is work in progress, please test and report * New protocol: rpcap - thanks to Petar Kaleychev <petar.kaleychev@gmail.com> * New command line options: -y : disables -x 1aA interpretation, thanks to crondaemon for the patch -I : ignore an existing hydra.restore file (dont wait for 10 seconds) * hydra-svn: works now with the current libsvn version * hydra-ssh: initial check for password auth support now uses login supplied * Fixed dpl4hydra to be able to update from the web again * Fixed crash when -U was used without any service (thanks to thecarterb for reporting) * Updated default password lists * The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially long sleep commands due a patch in 8.2, fixed * Added special error message for clueless users :) Modified: head/security/hydra/Makefile head/security/hydra/distinfo Modified: head/security/hydra/Makefile ============================================================================== --- head/security/hydra/Makefile Sun Jan 29 19:40:38 2017 (r432797) +++ head/security/hydra/Makefile Sun Jan 29 21:13:55 2017 (r432798) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hydra -PORTVERSION= 8.3 +PORTVERSION= 8.4 CATEGORIES= security MASTER_SITES= https://www.thc.org/releases/ \ PACKETSTORM/groups/thc/ Modified: head/security/hydra/distinfo ============================================================================== --- head/security/hydra/distinfo Sun Jan 29 19:40:38 2017 (r432797) +++ head/security/hydra/distinfo Sun Jan 29 21:13:55 2017 (r432798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471866771 -SHA256 (hydra-8.3.tar.gz) = b94ee47254e01a8c18be38eae8b953bfe4f734db60cafd1054b3316419b1687d -SIZE (hydra-8.3.tar.gz) = 1136387 +TIMESTAMP = 1485723289 +SHA256 (hydra-8.4.tar.gz) = 482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140 +SIZE (hydra-8.4.tar.gz) = 1205609
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701292113.v0TLDt27083673>