Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Neo — The NeoC2 Framework | Kitploit
Tools/GitHubGitHub/stillbigjosh/neo
Privilege EscalationExploit FrameworksPersistence MechanismsIDS/IPS EvasionLateral MovementShellcodePost-ExploitationCommand and ControlRed TeamingShellcode GenerationPayload Development
344712 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHub
stillbigjosh/neo

Neo

The NeoC2 Framework

View RepositoryWebsite
Logo

The Neo C2 Framework

Version Python Golang License Tool Platform

A modular server-client architecture post-exploitation framework built for collaborative agent management in red team operations and security testing. Enables flexibility by allowing operators to add their own extension modules

Installation • Agents & Stagers • Profiles & Listeners • Modules • Multiplayer • SOCKS5 • Task Orchestration


Features

  • Scalability: The server uses production WSGI for stability and performance under real-world traffic, unlike Flask development servers
  • Multiplayer-mode: Real-time collaboration between operators with Interactive session locking
  • Proxy Awareness: SOCKS5 reverse proxy functionality
  • Task Orchestrator: Chain modules for complex operations
  • Role-Based Access Control: Co-ordinates access and permissions with admin/operator/viewer roles
  • Multi-Operator Extension Module System: Operators integrate their own local extension modules without interfering with each other
  • Modular Payload Architecture Customize the implant capability by including or excluding specific advanced features
  • Polymorphic Payloads: Randomized variable and function names, XOR-based string obfuscation
  • Secure Communication: HTTPS is the primary C2 channel. Implants are pre-registered with a per-agent symmetric keys (AES-128-CBC + HMAC-SHA256). The framework validates the secret key and enforces encrypted communication using Fernet layer over HTTPS
  • Malleable profiles: Customize agent behavior and communication patterns
  • Sanbox & Debugger Detection: Anti-analysis self-deletion
  • Payload staging Seamless staging of payloads, files
  • Redirector Support: Manage external infrastructure pointing to internal listeners via profiles
  • Failover deployment: Agent embeds failover C2 servers
  • Shellcode Injection: Shellcode injection into sacrificial processes with NtQueueApcThread, NtCreateThreadEx, RtlCreateUserThread, CreateRemoteThread
  • Unmanaged PE Execution: Execute arbitrary Windows executables (PE) in a sacrificial process with Process Hollowing, or Complete PE execution in agent's memory space
  • .NET Assembly Execution: In-memory execution of .NET Assemblies
  • BOF Execution: Load and Execute Beacon Object Files

Installation

NeoC2 server and remote client are currently meant to be run on Kali Linux machines. See the Installations guide for instructions.

Documentation

Read https://neoc2.readthedocs.io/en/latest/ for all Usage guides

Disclaimer

Users are responsible for ensuring their use of this framework complies with laws, regulations, and corporate policies. The author cannot be held responsible for any malicious utilizations. The Software is intended exclusively for authorised penetration testers and security researchers who have obtained authorisation from the owner of each target system. By downloading this software you are accepting the terms of use and the licensing agreement.

Acknowledgments, Contributors & Involuntary Contributors

  • @TrustedSec Awesome BOF collections
  • @Praetorian COFFloader implementation for Go-ecosystem
  • @ropnop CLR library made executing .NET from Go
  • Sliver This project was deeply inspired by Sliver
  • Mythic Trinity Agent Modular build was inspired by Mythic

Support

  • Bug Reports: Open an Issue
  • Feature Requests: Discussions
  • Security Issues: Contact @stillbigjosh privately

This Project is created and maintained by @stillbigjosh

Download Tool