You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_option("-m", dest="minlength", type='string', help="Specifies minimum length of password")
I wasnt able to get different minimum values to work here. I had to change the input type to int rather than string in order to get passed the error message
The text was updated successfully, but these errors were encountered:
Zydra/Zydra.py
Line 626 in 791fabd
I wasnt able to get different minimum values to work here. I had to change the input type to
int
rather than string in order to get passed the error messageThe text was updated successfully, but these errors were encountered: