mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
rebranded the bruteforce variation method
This commit is contained in:
parent
ccd3a99765
commit
3742af00bb
3 changed files with 112 additions and 18 deletions
4
bfg.h
4
bfg.h
|
@ -41,7 +41,9 @@ typedef struct {
|
|||
char *crs; /* internal representation of charset */
|
||||
char *ptr; /* ptr to the last generated password */
|
||||
uint32_t disable_symbols;
|
||||
uint64_t rain; /* accumulator for the rain */
|
||||
uint64_t rotate;
|
||||
uint64_t strafe;
|
||||
/* accumulator for the rain */
|
||||
} bf_option;
|
||||
|
||||
extern bf_option bf_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue