mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Add new option to disable placeholders.
With -y the use of -x ?:?:aA1 has changed to "use a, A and 1", instead of "use all lowercase, uppercase letters and all numbers".
This commit is contained in:
parent
2e8c21a9ca
commit
712defcb40
3 changed files with 92 additions and 74 deletions
1
bfg.h
1
bfg.h
|
@ -40,6 +40,7 @@ typedef struct {
|
|||
char *arg; /* argument received for bfg commandline option */
|
||||
char *crs; /* internal representation of charset */
|
||||
char *ptr; /* ptr to the last generated password */
|
||||
unsigned int disable_symbols;
|
||||
} bf_option;
|
||||
|
||||
extern bf_option bf_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue