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

Cannot lunch statsgen.py #22

Open
Lookya23 opened this issue Nov 14, 2021 · 3 comments
Open

Cannot lunch statsgen.py #22

Lookya23 opened this issue Nov 14, 2021 · 3 comments

Comments

@Lookya23
Copy link

Hi !

When i try to start py statsgen.py i get this error :

  File "C:\Users\xxxx\hashcat\pack\statsgen.py", line 178
    print "[+] Analyzing %d%% (%d/%d) of passwords" % (self.filter_counter*100/self.total_counter, self.filter_counter, self.total_counter)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I'm beeginer, i'm wrong somewhere or it's bug ?

I have Python 3.10 x64 and hashcat v6.2.4-136

Thanks for your help !

@spartanhernan
Copy link

spartanhernan commented Feb 2, 2022

youre not wrong going through the same pain, looks like a lot of debugging needs to be done , currently working on getting a running update to this

@roycewilliams
Copy link

This version still depends on Python 2.x. This fork might match your setup better:

https://github.com/Hydraze/pack

@spartanhernan
Copy link

FOUND THE SOLUTION TO MAKE IT WORK

download python 2 and run it as you would python 3

downloaded py 2 and stored it in a folder called py2 ran the python executable as if it were the command

D:\TRAINING-GROUNDS\py2>python.exe "D:\TRAINING-GROUNDS\policygen.py"
_
PolicyGen 0.0.2 | |
_ __ __ _ | | _
| '
\ / ` |/ __| |/ /
| |
) | (
| | (
| <
| .
/ _,|__||_
| |
|
| [email protected]
Boom i can now use maskgen

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

3 participants