Kali Docker Pentesting

🌐Community
by kroegha · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add kali-docker-pentesting npx -- -y @trustedskills/kali-docker-pentesting
2

Or manually add to ~/.claude/settings.json

~/.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.txt from the container to my local output directory."
  • "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-comprehensive image; 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kroegha
Installs
43

🌐 Community

Passed automated security scans.