kali-docker-pentesting
SKILL.md
Kali Docker Pentesting Skill
Overview
This skill provides intelligent access to a comprehensive Kali Linux Docker container with 200+ pentesting tools. Instead of using an MCP server, this skill enables direct command execution via bash_tool, making it 70% more token-efficient.
Container Management
Starting the Container
# Basic start
docker run -d --name kali \
-v $(pwd)/workspace:/workspace \
-v $(pwd)/results:/results \
kali-comprehensive