Skip to content

Unable to make a mask #12

@hybridln

Description

@hybridln

Hi, i am trying to make a hash with this command but with no result

python policygen.py --minlength=8 --maxlength=15 \
  --mindigit=1 --minlower=1 --minupper=1 --minspecial=1 -o test1.masks

and i am taking

File "policygen.py", line 48
    else: print "[!] Error, unknown mask ?%s in a mask %s" % (char,mask)
                                                         ^
SyntaxError: invalid syntax

i need to make a mask with all the possible combinations(digits,alphas(capital-small), special characters and maximum length 15
thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions