Red-team focused Kali image with security, networking, and exploitation tools for deployment.
155
๐ก๏ธ cw-kali-red โ Kali Linux Red Team Container
cw-kali-red is a Docker container based on Kali Linux Rolling, designed as a full-featured Red Team / offensive pentesting environment, primarily focused on WordPress security, web applications, and network auditing โ for authorized and controlled environments only.
It provides a CLI-only (headless) setup, ideal for servers, labs, CTFs, and remote pentesting workflows.
๐ฆ Image zcomv2/cw-kali-red:0.1
Base image: kalilinux/kali-rolling
Size: 2 GB+
Architecture: amd64
Interface: CLI / Headless
โจ Key Features ๐ Reconnaissance & Enumeration
nmap
whatweb
dnsutils
inetutils-ping
iproute2
๐ Web & WordPress Pentesting
wpscan
nikto
gobuster
dirb
ffuf
wfuzz
sqlmap
๐ Credential Attacks
hydra
medusa
john + john-data
hashcat + hashcat-utils
crunch
๐ SSL / TLS / MITM
sslscan
testssl.sh
mitmproxy
sslsplit
openssl
tshark
๐ Included Wordlists
rockyou.txt (uncompressed)
seclists
wordlists
๐ง Frameworks & Utilities
metasploit-framework
python3, pip
git, curl, wget
nano, vim, tmux, zsh
jq, netcat-traditional
๐ค Users User Password Notes root toor Default user kali kali Non-privileged user
Docker starts as root by default.
๐ Quick Start
โถ๏ธ Run (recommended)
docker run -it --rm
--name cw-kali-red
--network host
--cap-add=NET_ADMIN
--cap-add=NET_RAW
-v /opt/cw-kali-red/reports:/data/reports
-v /opt/cw-kali-red/loot:/data/loot
zcomv2/cw-kali-red:0.1
๐ Persistent mode
docker run -it
--name cw-kali-red
--network host
--cap-add=NET_ADMIN
--cap-add=NET_RAW
-v /opt/cw-kali-red/reports:/data/reports
-v /opt/cw-kali-red/loot:/data/loot
zcomv2/cw-kali-red:0.1
Reattach later:
docker start -ai cw-kali-red
๐ Recommended Data Layout
Inside the container:
/data โโโ reports/ โ reports, logs, scan results โโโ loot/ โ credentials, hashes, dumps โโโ wordlists/ โ custom wordlists
Volumes allow persistence on the host system.
๐ Required Capabilities
The container runs with:
--network host โ accurate scanning (nmap, hydra, wpscan)
--cap-add=NET_ADMIN โ sniffing, MITM
--cap-add=NET_RAW โ raw sockets
โ ๏ธ Legal Notice
This container is intended ONLY for:
Authorized security audits
Personal labs
Controlled testing environments
CTFs and training
The author is not responsible for misuse or illegal activities.
๐งช Typical Use Cases
Vulnerable WordPress labs
Web application pentesting
Red Team training
Internal security audits
Cyber ranges & education
๐งฉ Roadmap
0.2 โ Red Team helper scripts
0.3 โ docker-compose (WordPress vulnerable + cw-kali-red)
latest โ rolling stable release
๐จโ๐ป Author
ZcomV2 / Korman.eth CyberShellGame ยท Red Team ยท Security Labs
Content type
Image
Digest
sha256:3e0bdc9aeโฆ
Size
4.3 GB
Last updated
10 months ago
docker pull zcomv2/cw-kali-red:0.1