We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! When trying to run I receive this error:
File "HackTheWorld.py", line 69 print color(("[+] Encrypted Shellcode saved in [{}]".format(Filename))) ^ SyntaxError: invalid syntax
I m using python3; also tryied to start it with python3 HackTheWorld.py but same error;
I modified the file so it can use colorama because maybe it has to do with this python 3 change; but the same Can you help me? Thanks!
The text was updated successfully, but these errors were encountered:
try run HackTheWorld.py with python2 mabye solve the problem because print dont need '( )'
Sorry, something went wrong.
No branches or pull requests
Hi!
When trying to run I receive this error:
File "HackTheWorld.py", line 69
print color(("[+] Encrypted Shellcode saved in [{}]".format(Filename)))
^
SyntaxError: invalid syntax
I m using python3; also tryied to start it with python3 HackTheWorld.py but same error;
I modified the file so it can use colorama because maybe it has to do with this python 3 change; but the same
Can you help me?
Thanks!
The text was updated successfully, but these errors were encountered: