t3l3machus / Villain

Villain is a high level stage 0/1 C2 framework that can handle multiple reverse TCP & HoaxShell-based shells, enhance their functionality with additional features (commands, utilities) and share them among connected sibling servers (Villain instances running on different machines).
Other
3.77k stars 611 forks source link

No Module named Crypto #34

Closed qpxv closed 1 year ago

qpxv commented 1 year ago

How do I fix this error:

Screenshot_2022-12-06_17-10-24

Thanks in Advance!

jvgassel commented 1 year ago

Did you installed all requirements? pip3 install -r requirements.txt

t3l3machus commented 1 year ago

Hey, if you installed the requirements.txt you shouldn't be having issues. Try:

pip3 uninstall pycrypto
pip3 install pycryptodome

Also make sure you are running this with python3