SkillAgentSearch skills...

Venom

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

Install / Use

/learn @J0LGER/Venom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src='https://user-images.githubusercontent.com/54769522/170516883-79c40a1f-13ef-423f-a526-af81cad24191.png' height="300">

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 
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Vue

Security Score

72/100

Audited on Nov 9, 2025

No findings