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

help dns? #138

Closed NyxKazuya closed 1 week ago

NyxKazuya commented 6 months ago

can dns be used?

t3l3machus commented 6 months ago

If you edit Villain/Core/settings.py and set the following to False: image

You will be able to provide domains instead of IPs for LHOST. Hope that solves your issue, not sure what you meant exactly.

NyxKazuya commented 6 months ago

Si edita Villain/Core/settings.py y establece lo siguiente en False: imagen

Podrá proporcionar dominios en lugar de IP para LHOST. Espero que eso resuelva tu problema, no estoy seguro de lo que quisiste decir exactamente.

Hello, thank you very much for your quick response. I wanted to know if I can use a dynamic DNS instead of my IP address

t3l3machus commented 1 week ago

The validate_lhost_as_ip config is now deprecated. I have improved the LHOST parsing, eliminating the need for this configuration. The update is currently in the development branch and will soon be merged into the main branch.