|
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
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
intrather than string in order to get passed the error message