Skip to content
New issue

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

cant run ./HackTheWorld.py #27

Open
rarestuff opened this issue Sep 1, 2020 · 3 comments
Open

cant run ./HackTheWorld.py #27

rarestuff opened this issue Sep 1, 2020 · 3 comments

Comments

@rarestuff
Copy link

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

@jarnick91
Copy link

install pycrypto. works for me now
link below

pip install pycrypto

@sn00w19
Copy link

sn00w19 commented Jan 5, 2021

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

@nobeltnium
Copy link

nobeltnium commented Sep 1, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants