Containerized Nmap network scanning tool.
Install
mkdir -p .claude/skills/nmap-sneakerhax && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10088" && unzip -o skill.zip -d .claude/skills/nmap-sneakerhax && rm skill.zipInstalls to .claude/skills/nmap-sneakerhax
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run Nmap scans in Docker for a provided host, IP, or CIDR target.Key capabilities
- →Run Nmap scans in Docker
- →Scan host IP or CIDR
- →Pass custom Nmap flags
- →Perform network security auditing
How it works
It executes an Nmap scan inside a pre-configured Docker container, allowing for portable and isolated network reconnaissance.
Inputs & outputs
When to use nmap
- →Network security scanning
- →Auditing target hosts
- →Checking open ports
About this skill
Nmap Docker Runner
Use this skill to run Nmap against a target from the existing container image.
When to Use
- You want a quick Nmap scan from this repository's Docker image.
- You have a host, IP, or CIDR target to scan.
- You want to pass additional Nmap flags.
Procedure
- Get the scan target.
- Run the command directly:
docker run -it sneakerhax/nmap <target>
- If needed, include extra Nmap flags before the target:
docker run -it sneakerhax/nmap -sV -Pn <target>
Notes
- Replace
<target>with a hostname, IP, or CIDR. - Keep scans authorized and within scope.
When not to use it
- →Scanning unauthorized networks
Prerequisites
Limitations
- →Requires Docker runtime
How it compares
It encapsulates the Nmap environment in Docker, ensuring consistent execution across different host systems.
Compared to similar skills
nmap side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| nmap (this skill) | 0 | 4mo | Review | Beginner |
| secrets-management | 5 | 3mo | Review | Advanced |
| container-security-testing | 1 | 7mo | Review | Intermediate |
| secure-storage | 0 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
secrets-management
wshobson
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
container-security-testing
Ed1s0nZ
容器安全测试的专业技能和方法论
secure-storage
gabriellpequeno
>
step-ca
TerminalSkills
>-
supply_chain_security
zerAda
Docker image signing (Cosign), SBOM generation, SLSA provenance attestation, GHCR registry management.
run-manual-docker-security-scan
torrust
Guide for running a manual Docker security scan for the tracker runtime image and documenting results. Covers build, Trivy scan, CVE triage, per-CVE catalog updates, and scan history updates. Use when asked to run a manual container scan, triage Docker CVEs, or refresh security scan docs.