scan

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Vulnerability Scanning Workflow

Run comprehensive vulnerability scanning against the target.

Target

Target: $ARGUMENTS

If no target was provided, ask the user for a target before proceeding. Verify the target is in .pentest/scope.json (run cat .pentest/scope.json to check). If not in scope, ask the user to add it with /scope add <target>.

Environment Detection

  • Wrapper scripts available: !test -f scripts/nmap/identify-ports.sh && echo "YES" || echo "NO"

Steps

1. Port and Service Scan

Identify all open ports and running services. Version detection (-sV) reveals software and versions, which is critical for vulnerability mapping.

Installs
1
GitHub Stars
1
First Seen
Mar 7, 2026
scan — patrykquantumnomad/networking-tools