SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Run Docker-based Nmap scans against a host, IP address, or CIDR range.
Run Nmap scans in Docker for a provided host, IP, or CIDR target.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# 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 1. Get the scan target. 2. Run the command directly: ```bash docker run -it sneakerhax/nmap <target> ``` 3. If needed, include extra Nmap flags before the target: ```bash docker run -it sneakerhax/nmap -sV -Pn <target> ``` ## Notes - Replace `<target>` with a hostname, IP, or CIDR. - Keep scans authorized and within scope.