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

Available templates #110

Closed User-790 closed 1 year ago

User-790 commented 1 year ago

Is there a list of templates that are available we can refer to? I have tried to use a few formats from msfvenom and none have worked so far.

t3l3machus commented 1 year ago

You could do something like tree path/to/Villain/Core/payload_templates.
image

Also, you can use tab auto-complete while generating to see your options (type generate payload=windows/netcat/ and hit tab-tab). What exactly did you try with msfvenom and it didn't work?

User-790 commented 1 year ago

Alright, thank you for your help! Helps a lot