mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
add gzip support for login and password files
* module hydra-teamspeak.c modified, because of conflict of crc32 with zlib crc32
This commit is contained in:
parent
adec22c69f
commit
1aeda5001c
6 changed files with 71 additions and 6 deletions
4
hydra.h
4
hydra.h
|
@ -35,6 +35,10 @@
|
|||
#include <libssh/libssh.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
#define OPTION_SSL 1
|
||||
|
||||
#define PORT_NOPORT -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue