Skip to content

HTTPS C&C Framework with encrypted beacons, web dashboard, and Windows agent.

Notifications You must be signed in to change notification settings

28Zaaky/PulseC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PULSE C2 Framework

Python C++ Platform

C2 screenshot

HTTPS Command & Control infrastructure with web dashboard for remote Windows agent management.

⚠️ Educational Use Only - Illegal use = your responsibility.

Features

  • HTTPS C2 server with TLS encryption (Flask)
  • Real-time web dashboard
  • XOR + Base64 encrypted protocol
  • SQLite database for persistent storage
  • Remote shell, file exfiltration, beacon control
  • Silent agent with no debug output

Quick Start

Server:

cd server
pip install flask
python c2_server.py

Access dashboard: https://localhost:8443

Client:

build.bat

Edit client/c2_client.cpp to set your server IP:

wstring c2ServerUrl = L"https://YOUR_SERVER_IP:8443";

Commands

Command Syntax Description
shell shell <cmd> Execute shell command
exfil exfil <path> Exfiltrate file (Base64)
sleep sleep <seconds> Change beacon interval
ping ping Test connectivity
die die Terminate agent

Protocol

Encryption: XOR + Base64
Key: Hostname + Username + "SecretKey2025"
Transport: HTTPS (port 8443)

Agent → POST /api/checkin → Server (get commands)
Agent → POST /api/result → Server (send results)

Requirements

Server: Python 3.9+, Flask
Client: MinGW-w64 GCC 15.2+, Windows SDK, C++17

Related Project

This C2 framework is extracted from the XvX Usermode Rootkit project. The full rootkit version includes a more complete C2 with over 15 commands, including process/file/registry hiding, SYSTEM privilege escalation, interactive reverse shells, keylogger functionality, DLL injection, and EDR evasion techniques. This standalone version provides the core C2 infrastructure for educational purposes and easy integration into custom projects.

Contact

Author: 28zaakypro[@]proton[.]me

About

HTTPS C&C Framework with encrypted beacons, web dashboard, and Windows agent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published