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

[Errno 2] No such file or directory #92

Closed kali64amd closed 1 year ago

kali64amd commented 1 year ago

─[shinobix@parrot]─[~/Desktop/Tool/Villain] └──╼ $sudo python3 villain.py [sudo] password for shinobix: python3: can't open file '/home/shinobix/Desktop/Tool/Villain/villain.py': [Errno 2] No such file or directory

I'm cluless on this????

kali64amd commented 1 year ago

[shinobix@parrot]─[~/Desktop/Tool/Villain] └──╼ $./villain.py bash: ./villain.py: No such file or directory ┌─[✗]─[shinobix@parrot]─[~/Desktop/Tool/Villain] └──╼ $sudo python3 villain.py python3: can't open file '/home/shinobix/Desktop/Tool/Villain/villain.py': [Errno 2] No such file or directory ┌─[✗]─[shinobix@parrot]─[~/Desktop/Tool/Villain] └──╼ $pip3 install -r requirements.txt Requirement already satisfied: gnureadline==8.1.2 in /home/shinobix/.local/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (8.1.2) Requirement already satisfied: netifaces==0.11.0 in /home/shinobix/.local/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (0.11.0) Requirement already satisfied: pycryptodome==3.17 in /home/shinobix/.local/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (3.17) Requirement already satisfied: pyperclip==1.8.2 in /home/shinobix/.local/lib/python3.9/site-packages (from -r requirements.txt (line 4)) (1.8.2)

kali64amd commented 1 year ago

Fix with this .....

chmod +x Villain.py

kali64amd commented 1 year ago

Fix with this .....

chmod +x Villain.py