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.73k stars 602 forks source link

fix cpu-intensive loops #42

Closed buckley310 closed 1 year ago

buckley310 commented 1 year ago

These loops cause the python process to use 100% CPU while waiting for a response from clients. Adding a small delay to the loop fixes that.

buckley310 commented 1 year ago

Resolved conflict. Looks like one of the loops was fixed elsewhere. One still left.