Skip to content

J0LGER/Venom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Venom?

Venom is a Command and Control framework used by red team operators to maintain connection with compromised agents under a stealthy and encrypted channel, by providing an interactive web application and easy to use features.

image

Installation

Make sure to install MongoDB (Debian)

wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add - && 
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list && 
sudo apt-get update && 
sudo apt-get install -y mongodb-org && 
sudo systemctl start mongod.service

Refer to MongoDB installation Guide https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-debian/

Install Venom requirements

pip3 install -r requirments.txt 

Usage

Run Venom with specified port

python3 venom.py --port 1337

Run Venom and enable SSL for http listeners

python3 venom.py --port 1337 --ssl 

About

Venom is a collaborative C2 framework used by Red Team operators. providing an interactive Web GUI written in Python and PowerShell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published