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

A BUG, a suggestion #127

Closed bobmaifz1 closed 10 months ago

bobmaifz1 commented 10 months ago
  1. After the session is established, the connection will be disconnected after a period of time. I used powershell to establish a netcat connection.
  2. I didn’t see the file download function. I think this function is necessary.
t3l3machus commented 10 months ago

Hi, the period a session will stay alive for depends on many factors and conditions (e.g., which command was used to establish the session, the OS version of the target, the anti-malware functions running on the target, etc). I've had sessions run for days with no issues as well as sessions that would die shortly.

The download will be added in the next update along with other improvements and bug fixes. I can'y say when it will be ready right now.

Thanks for using Villain :)