Kali Docker Pentesting
Automates Kali Linux Docker container deployment & pentesting tasks within cloud environments using kroegha's scripts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kali-docker-pentesting npx -- -y @trustedskills/kali-docker-pentesting
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kali-docker-pentesting": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kali-docker-pentesting"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to a comprehensive Kali Linux Docker container pre-loaded with over 200 pentesting tools. It allows an AI agent to execute commands directly within this container using bash_tool, enabling tasks like network scanning, vulnerability assessment, and other penetration testing activities. The skill leverages Docker for environment isolation and reproducibility, offering a token-efficient alternative to traditional MCP server approaches.
When to use it
- Performing network scans on target IP addresses or ranges.
- Running specific pentesting tools (e.g., Nmap) within a controlled environment.
- Copying files into or out of the Kali Linux container for data manipulation and analysis.
- Accessing a GUI-enabled Kali Linux environment via VNC or RDP.
- Automating repetitive penetration testing tasks.
Key capabilities
- Comprehensive Toolset: Includes over 200 pre-installed pentesting tools.
- Direct Command Execution: Enables running commands directly within the Docker container using
bash_tool. - Network Capabilities: Supports network scanning with options for raw socket access and host networking.
- GUI Access: Provides options to run a VNC or RDP server for graphical interface access.
- File Management: Facilitates copying files between the host machine and the container's workspace.
Example prompts
- "Run an Nmap scan with service version detection against 192.168.1.1."
- "Start a Kali Linux Docker container with network capabilities."
- "Copy the file
/results/scan.txtfrom the container to my localoutputdirectory." - "Open an interactive bash shell inside the Kali Linux container."
Tips & gotchas
- Requires familiarity with basic Docker commands and concepts.
- Network scanning capabilities require appropriate permissions (e.g.,
--cap-add=NET_RAW,--network host). - The skill uses a pre-built
kali-comprehensiveimage; customization beyond what's included requires modifying the container itself, which is outside the scope of this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.