Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to make a mask #12

Open
hybridln opened this issue Feb 2, 2019 · 1 comment
Open

Unable to make a mask #12

hybridln opened this issue Feb 2, 2019 · 1 comment

Comments

@hybridln
Copy link

hybridln commented Feb 2, 2019

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

@hybridln hybridln changed the title Unable tp make a hash Unable to make a hash Feb 2, 2019
@hybridln hybridln changed the title Unable to make a hash Unable to make a mask Feb 2, 2019
@whoot
Copy link

whoot commented Feb 17, 2019

Command works for me.

But try the following command, as y should not need to specify minXXX when you want all combinations

python policygen.py --minlength=8 --maxlength=15 -o test1.masks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants