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.75k stars 605 forks source link

netifaces error #126

Closed hector-0ni closed 1 year ago

hector-0ni commented 1 year ago

I gave ./Villain.py executable permissions but when trying to run it receive this error:

Traceback (most recent call last): File "/home/phantom/Villain/./Villain.py", line 11, in from Core.common import * File "/home/phantom/Villain/Core/common.py", line 10, in import netifaces as ni ModuleNotFoundError: No module named 'netifaces'

Dual booting Parrot OS

t3l3machus commented 1 year ago

Hey, you need to install the requirements:
pip3 install -r requirements.txt
You should also install gnome-terminal (required for one of the framework's commands):
sudo apt update&&sudo apt install gnome-terminal