HackTheWorld
HackTheWorld copied to clipboard
Unable to run HackTheWorld.py
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!
try run HackTheWorld.py with python2 mabye solve the problem because print dont need '( )'