t3l3machus / Villain

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

Error While running ./Villain.py #55

Closed Hamza12700 closed 1 year ago

Hamza12700 commented 1 year ago

I installed the requirements.txt but when I run the app it gives me this error ModuleNotFoundError: No module named 'Crypto'. Please fix it I want to use the tool man. vmplayer_F6ca7cgQ5W

I tried to troubleshoot but it didn't work. I tried to install the python pycrypto lib but it gives me some kind of installation error.

t3l3machus commented 1 year ago

@Mr-Hacks What operating system are you running it on?

Hamza12700 commented 1 year ago

Kali Linux

t3l3machus commented 1 year ago

There's nothing to fix, it should be working. The requried module is pycryptodome. Try:

pip3 uninstall pycrypto
pip3 install pycryptodome

if this doesn't solve it try installing the requirements.txt with sudo.

Hamza12700 commented 1 year ago

Thanks, It works now.