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
if "pip install pycrypto" shows you errors, do "pip install pycryptodome", that solved it for me. If you now "python HackTheWorld.py" and get "no module named term color" do "pip install termcolor" that fixed it for me
I tried install pycrypto and pycryptodome. But still got the same error like OP did.
Also tried to run with python 2 with no success (a guy reccommend that in a duplicated issue)
Can't run the script... I got this:
File "HackTheWorld.py", line 69
print color(("[+] Encrypted Shellcode saved in [{}]".format(Filename)))
^
SyntaxError: invalid syntax
root@kali:~/HackTheWorld# python HackTheWorld.py
Traceback (most recent call last):
File "HackTheWorld.py", line 17, in
from Crypto.Hash import MD5
ImportError: No module named Crypto.Hash
The text was updated successfully, but these errors were encountered: