mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
added wordlist (password,login,colonfile) segmentation on the fly using cmd option -D
This commit is contained in:
parent
a8f80debed
commit
2c50bb8e6d
2 changed files with 96 additions and 17 deletions
1
hydra.h
1
hydra.h
|
@ -194,6 +194,7 @@ typedef struct {
|
|||
int32_t cidr;
|
||||
int32_t time_next_attempt;
|
||||
output_format_t outfile_format;
|
||||
char *distributed; // Use distributed computing by splitting user files on the fly
|
||||
char *login;
|
||||
char *loginfile;
|
||||
char *pass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue