stormshadow07 / HackTheWorld

An Python Script For Generating Payloads that Bypasses All Antivirus so far .
950 stars 172 forks source link

Issue running HackTheWorld.py #26

Open ValWalker opened 4 years ago

ValWalker commented 4 years ago

I must be very dumb (sorry for which), but can somebody help me solve that problem.

user@***:~/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

rarestuff commented 4 years ago

same issue here

jarnick91 commented 4 years ago

install pycrypto work for me link below

pip install pycrypto

ValWalker commented 4 years ago

install pycrypto work for me link below

pip install pycrypto

I've got it already installed and still gives the same mistake

yuhisern7 commented 3 years ago

I've installed all sorts of modules related to Crypto.Hash , someone help plz

Mfanaf commented 2 years ago

I've installed all sorts of modules related to Crypto.Hash , someone help plz

Hello, did you ever come right with this issue?