mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 14:23:54 -07:00
refactory
This commit is contained in:
parent
fd4a7d76a8
commit
59bb6ecd16
2 changed files with 0 additions and 3 deletions
2
bfg.c
2
bfg.c
|
@ -175,8 +175,6 @@ int32_t bf_init(char *arg) {
|
||||||
bf_options.crs_len = crs_len;
|
bf_options.crs_len = crs_len;
|
||||||
bf_options.current = bf_options.from;
|
bf_options.current = bf_options.from;
|
||||||
bf_options.rain = 0;
|
bf_options.rain = 0;
|
||||||
bf_options.gcounter = 0;
|
|
||||||
|
|
||||||
memset((char *) bf_options.state, 0, sizeof(bf_options.state));
|
memset((char *) bf_options.state, 0, sizeof(bf_options.state));
|
||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
|
|
1
bfg.h
1
bfg.h
|
@ -44,7 +44,6 @@ typedef struct {
|
||||||
char *ptr; /* ptr to the last generated password */
|
char *ptr; /* ptr to the last generated password */
|
||||||
uint32_t disable_symbols;
|
uint32_t disable_symbols;
|
||||||
uint64_t rain;
|
uint64_t rain;
|
||||||
uint64_t gcounter;
|
|
||||||
} bf_option;
|
} bf_option;
|
||||||
|
|
||||||
extern bf_option bf_options;
|
extern bf_option bf_options;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue