HackTheWorld icon indicating copy to clipboard operation
HackTheWorld copied to clipboard

Unable to run HackTheWorld.py

Open gmargarida1979 opened this issue 5 years ago • 1 comments

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!

gmargarida1979 avatar Nov 01 '20 11:11 gmargarida1979

try run HackTheWorld.py with python2 mabye solve the problem because print dont need '( )'

MandiYang avatar Nov 17 '20 13:11 MandiYang