Changelog for
hydra-8.8-9.2.x86_64.rpm :
Wed Jan 2 13:00:00 2019 mardnhAATTgmx.de
- Update to version
* New web page: https://github.com/vanhauser-thc/thc-hydra
* added PROBLEMS file with known issues
* rdp: disabled the module as it does not support the current
protocol.
* ldap: fixed a dumb strlen on a potential null pointer
* http-get/http-post:
- now supports H=/h= parameters same as http-form
- 403/404 errors are now always registered as failed attempts
* mysql module: a non-default port was not working, fixed
* added -w timeout support to ssh module
* fixed various memory leaks in http-form module
* corrected hydra return code to be 0 on success
* added patch from debian maintainers which fixes spellings
* fixed weird crash on x64 systems
* many warning fixes by crondaemon
Sat Jul 22 14:00:00 2017 mardnhAATTgmx.de
- Update to version 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
* Fix for SSL connections that failed with
error:00000000:lib(0):func(0):reason(0)
* 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 DiadloAATTgithub to make the code
easier readable.
* merged a patch by DiadloAATTgithub that moves the help output
to the invididual module
- Remove patch (fixed upstream):
- 0001-Fix-no-return-in-nonvoid-function-in-bfg.c-41.patch
Wed May 3 14:00:00 2017 mardnhAATTgmx.de
- Update to version 8.5
* New command line option:
- b : format option for -o output file (json only so far, happy for patches
supporting others :) ) - thanks to veggiespam for the patch
* ./configure now honors the CC enviroment variable if present
* Fix for the restore file crash on some x64 platforms (finally! thanks to lukas227!)
* Changed the format of the restore file to detect cross platform copies
* Fixed a bug in the NCP module
* Favor strrchr() over rindex()
* Added refactoring patch by diadlo
* Updated man page with missing command line options
Fri Jan 27 13:00:00 2017 mardnhAATTgmx.de
- Update to version 8.4
* 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
* 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 :)
- ran spec-cleaner
- fixed Group
- added patch:
- 0001-Fix-no-return-in-nonvoid-function-in-bfg.c-41.patch
Fri Sep 23 14:00:00 2016 ushamimAATTlinux.com
- Changed versioning to match upstream versioning
- Fixed permissions, lets users read man pages
Sun Apr 24 14:00:00 2016 ushamimAATTlinux.com
- Changed file permissions so only privileged users can run hydra
Sun Apr 24 14:00:00 2016 ushamimAATTlinux.com
- Enabled building of xhydra GUI
- Fixed permissions on some doc files (remove execute bit)
Wed Apr 13 14:00:00 2016 ushamimAATTlinux.com
- Updated source to version current as of 2016-04-13
Tue Feb 23 13:00:00 2016 ushamimAATTlinux.com
- postgresql-devel is required instead of postgresql94-devel (allows build on SLES and 13.2)
Mon Feb 22 13:00:00 2016 meissnerAATTsuse.com
- hydra, a remote password scanner/cracker