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

Regarding Port Forwarding #89

Closed PH03N1X1000 closed 1 year ago

PH03N1X1000 commented 1 year ago

Please add any function to use tunnels for port forwarding like ngrok telebit or playit.gg when i put the ip in the lhost argument it shows "Error parsing Lhost Invalid Ip or interface" image

All the features otherwise work excellently and with some work i manage to bypass defender every time (also learnt a lot from your wonderful videos)

t3l3machus commented 1 year ago

@PH03N1X1000 thanks! I believe that, if you edit the file Villain/Core/settings.py locally and set validate_lhost_as_ip to False, you will be able to parse whatever you want in lhost. Give it a try

image

PH03N1X1000 commented 1 year ago

Ya sure looking forward to test it Thanks

PH03N1X1000 commented 1 year ago

It worked Perfectly Fine Thanks.