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

Not working on old pc's (Winodws server 2012/Windows 7) #78

Closed R4ndomGuy69 closed 1 year ago

R4ndomGuy69 commented 1 year ago

I figured out, that changing Invoke-RestMethod for Invoke-WebRequest will do de trick for Windows 2012, In other hand with windows 7 is not working at all.

Thanks for this amazing work!

t3l3machus commented 1 year ago

Hey, thanks! Invoke-WebRequest might not work properly on systems where IE isn't installed or configured, that's why I went with IRM. But in 1-2 weeks the new version of Villain is going to be released, in which customizing the templates will be much easier. So stay tuned and feel free to edit the payload templates to whatever works for you :)