Setting up a Command and Control (C2) server is a critical step in establishing a robust red team infrastructure.
This guide provides a detailed walkthrough on how to install and configure your C2 server, ensuring seamless integration with tools like Filebeat and RedELK.
Follow these essential steps to enhance your cybersecurity testing capabilities.
c2servers.tgz
on your C2 server.install-c2server.sh $FilebeatID $ScenarioName $IP/DNS:PORT
Copy and extract c2servers.tgz
on your C2 server as part of your red team infra deployment procedures. Run the installer for your C2 server, i.e.: install-c2server.sh $FilebeatID $ScenarioName $IP/DNS:POR
See Naming requirements for detailed info on naming requirements.
This script will warn if filebeat is already installed (important as ELK and filebeat sometimes are very picky about having equal versions), install required certificates, adjust the filebeat configuration, start filebeat, create a local user ‘scponly’ and limit that user to SSH key-based auth via scp/sftp/rsync.
Having issues? Check the following:
redelk-install.log
./var/log/filebeat
or filebeat
mentioned in /var/log/syslog
depending on your Linux flavour used). certs/config.cfg
file./var/log/redelk/*
.Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…