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

ModuleNotFoundError: No module named 'Crypto' #82

Closed LucasIsRed closed 1 year ago

LucasIsRed commented 1 year ago

Traceback (most recent call last): File "/home/ubuntu/Villain/Villain.py", line 11, in <module> from Core.common import * File "/home/ubuntu/Villain/Core/common.py", line 12, in <module> from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

t3l3machus commented 1 year ago

Try installing the requirements as root

LucasIsRed commented 1 year ago

Try installing the requirements as root

genius