added wordlist (password,login,colonfile) segmentation on the fly using cmd option -D

This commit is contained in:
motypi 2025-03-10 13:58:09 +01:00
parent a8f80debed
commit 2c50bb8e6d
2 changed files with 96 additions and 17 deletions

View file

@ -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;