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
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 !
The text was updated successfully, but these errors were encountered:
Hi !
When i try to start
py statsgen.py
i get this error :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 !
The text was updated successfully, but these errors were encountered: