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

What does the argument -h in Villain.py do? #76

Closed DeanRickles closed 1 year ago

DeanRickles commented 1 year ago

Villain.py [-h] [-p PORT] [-x HOAX_PORT] [-c CERTFILE] [-k KEYFILE] [-u] [-q]

I've taken a look at the code but for the life of me I cannot work out what -h does for Villain.py, can you please explain for me?

t3l3machus commented 1 year ago

Hi, it prints the help message ¯_(ツ)_/¯

DeanRickles commented 1 year ago

I should have known. ¯_(ツ)_/¯

I haven't used your system yet; I was just reading the documentation and couldn't work out if -h was connected to hoaxshell as you use -H in the arguments...

Thanks for confirming.