mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
implement rain
This commit is contained in:
parent
fdb1c09c8e
commit
033c881f8f
3 changed files with 19 additions and 34 deletions
4
bfg.h
4
bfg.h
|
@ -43,8 +43,8 @@ typedef struct {
|
|||
char *crs; /* internal representation of charset */
|
||||
char *ptr; /* ptr to the last generated password */
|
||||
uint32_t disable_symbols;
|
||||
uint64_t rotate;
|
||||
uint64_t strafe;
|
||||
uint64_t rain;
|
||||
uint64_t gcounter;
|
||||
} bf_option;
|
||||
|
||||
extern bf_option bf_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue