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.64k stars 590 forks source link

ModuleNotFoundError when trying to run Villain.py #130

Closed Moondog85 closed 8 months ago

Moondog85 commented 8 months ago

└─# python3 Villain.py Traceback (most recent call last): File "/home/term1/villain/Villain.py", line 11, in from Core.common import * File "/home/term1/villain/Core/common.py", line 15, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

t3l3machus commented 8 months ago

Hi, if you are on kali, you can install villain by running sudo apt install villain and then just run villain to start it. If you want to use the repo, you must install the requirements first (there's an installation & usage section in the main README).