Open rarestuff opened 4 years ago
install pycrypto. works for me now link below
pip install pycrypto
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