1 مستودع
Network-based botnet implementations written in C, often targeting embedded devices and IoT hardware.
Distinct from C and C++ Cross-Compilation: No candidate covers the specific identity of a C-based botnet; others focus on cross-compilation or general libraries.
Explore 1 awesome GitHub repository matching operating systems & systems programming · C-Based Botnets. Refine with filters or upvote what's useful.
This repository contains the source code for a C-based network botnet designed to compromise Internet of Things devices. It serves as a functional implementation of malware used for security research, behavioral analysis, and the development of threat detection signatures. The project includes a command and control server architecture that manages infected devices via a custom binary protocol and TCP-based command distribution. It employs a cross-compilation toolchain to build and deliver architecture-specific binary payloads across multiple hardware platforms. The codebase covers capabiliti
Implements a network-based botnet written in C that targets multiple hardware architectures and embedded devices.