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

Help me with nohup = "nohup.out" :( #132

Closed Enchance627 closed 10 months ago

Enchance627 commented 10 months ago

Hello, I am using villain from a virtual machine that uses kali linux, the main system is Ubuntu. I have created a code for Linux, and when I try to use it in Ubuntu it does not work, it tells me something about nohup input and output "nohup.out" and I do not log in to villain. Could someone help me solve it please?

t3l3machus commented 10 months ago

@Enchance627 try deleting nohup from the command before you run it.

Enchance627 commented 10 months ago

I tried as you told me and it says "bash: line 1: curl: order not found

t3l3machus commented 10 months ago

Please paste screenshot of the payload you are running and the error message

Enchance627 commented 10 months ago

h

t3l3machus commented 10 months ago

@Enchance627 looks like curl is not installed on the system. run sudo apt install curl and try again

Enchance627 commented 10 months ago

I dont have sudo su