mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
pre-8.0
This commit is contained in:
parent
6a94f708e8
commit
9f75ddad8b
32 changed files with 208 additions and 129 deletions
|
@ -32,6 +32,7 @@ int start_postgres(int s, char *ip, int port, unsigned char options, char *miscp
|
|||
strncpy(database, miscptr, sizeof(database));
|
||||
else
|
||||
strncpy(database, DEFAULT_DB, sizeof(database));
|
||||
database[sizeof(database)] = 0;
|
||||
|
||||
if (strlen(login = hydra_get_next_login()) == 0)
|
||||
login = empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue