mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
added cidr support
This commit is contained in:
parent
4f53932848
commit
32ec439be6
19 changed files with 135 additions and 116 deletions
|
@ -26,6 +26,7 @@
|
|||
#define SOCKS_IPV6 4
|
||||
|
||||
extern int conwait;
|
||||
char quiet;
|
||||
|
||||
int module_auth_type = -1;
|
||||
int intern_socket, extern_socket;
|
||||
|
@ -43,6 +44,7 @@ int ssl_first = 1;
|
|||
int __first_connect = 1;
|
||||
char ipstring[64];
|
||||
unsigned int colored_output = 1;
|
||||
char quiet = 0;
|
||||
|
||||
#ifdef LIBOPENSSL
|
||||
SSL *ssl = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue