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

Villain --- Gets Stuck Updating #144

Closed spacezero20 closed 5 months ago

spacezero20 commented 5 months ago

I have to wait for at least 10 minutes every time I run python3 Villain.py for it to check for updates and be ready for use. Why is this? How can I fix it? Can I skip the update check when starting it somehow?

villain_updating

spacezero20 commented 5 months ago

Lately, I've been running it over and over to see if the speeds are changing, however, I'm now running into this port-related issue. I can't even get to the infinite updating phase...take a look and let me know what I can do to resolve this.

villain_port6501

t3l3machus commented 5 months ago

You can skip the update with the --skip-update (-s) option:

python3 Villain.py -s

Also, if you install Villain with apt, there is no update function at all. Take a look at the help message for more options:

python3 Villain.py -h
spacezero20 commented 5 months ago

Just deleted and reinstalled via "Apt" method for Kali Linux, however, I'm not sure where it installed and why it won't run after. Take a look...

villain_install_apt

t3l3machus commented 5 months ago

Now that you installed with apt, just type villain in the terminal.