원클릭으로
nmap-tooling
Canonical Nmap CLI syntax, two-pass scanning workflow, and sandbox-safe bounded scan patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Canonical Nmap CLI syntax, two-pass scanning workflow, and sandbox-safe bounded scan patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | nmap-tooling |
| description | Canonical Nmap CLI syntax, two-pass scanning workflow, and sandbox-safe bounded scan patterns. |
penkit51 AI — professional penetration testing skill pack. Authorized testing only.
Official docs:
Canonical syntax:
nmap [Scan Type(s)] [Options] {target specification}
High-signal flags:
-n skip DNS resolution-Pn skip host discovery when ICMP/ping is filtered-sS SYN scan (root/privileged)-sT TCP connect scan (no raw-socket privilege)-sV detect service versions-sC run default NSE scripts-p <ports> explicit ports (-p- for all TCP ports)--top-ports <n> quick common-port sweep--open show only hosts with open ports-T<0-5> timing template (-T4 common)--max-retries <n> cap retransmissions--host-timeout <time> give up on very slow hosts--script-timeout <time> bound NSE script runtime-oA <prefix> output in normal/XML/grepable formatsAgent-safe baseline for automation:
nmap -n -Pn --open --top-ports 100 -T4 --max-retries 1 --host-timeout 90s -oA nmap_quick <host>
Common patterns:
nmap -n -Pn --top-ports 100 --open -T4 --max-retries 1 --host-timeout 90s <host>nmap -n -Pn -p 22,80,443,8080,8443 --open -T4 --max-retries 1 --host-timeout 90s <host>nmap -n -Pn -sV -sC -p <comma_ports> --script-timeout 30s --host-timeout 3m -oA nmap_services <host>nmap -n -Pn -sT --top-ports 100 --open --host-timeout 90s <host>Critical correctness rules:
--host-timeout; add --script-timeout whenever NSE scripts are involved.--top-ports profile unless broader coverage is explicitly required.-p-, very high --top-ports, or wide host ranges) unless explicitly required.naabu for broad port discovery; use nmap for scoped verification/enrichment.Usage rules:
-n by default in automation to avoid DNS delays.-oA for reusable artifacts.-p 22,80,443,8080,8443 or --top-ports 100 before considering larger sweeps.-h/--help for routine usage unless absolutely necessary.Failure recovery:
-Pn.-p or smaller --top-ports) and lower retries.--script-timeout.If uncertain, query web_search with:
site:nmap.org/book nmap <flag>
penkit51 AI — professional penetration testing skill pack. Authorized testing only.
Official docs:
Canonical syntax:
nmap [Scan Type(s)] [Options] {target specification}
High-signal flags:
-n skip DNS resolution-Pn skip host discovery when ICMP/ping is filtered-sS SYN scan (root/privileged)-sT TCP connect scan (no raw-socket privilege)-sV detect service versions-sC run default NSE scripts-p <ports> explicit ports (-p- for all TCP ports)--top-ports <n> quick common-port sweep--open show only hosts with open ports-T<0-5> timing template (-T4 common)--max-retries <n> cap retransmissions--host-timeout <time> give up on very slow hosts--script-timeout <time> bound NSE script runtime-oA <prefix> output in normal/XML/grepable formatsAgent-safe baseline for automation:
nmap -n -Pn --open --top-ports 100 -T4 --max-retries 1 --host-timeout 90s -oA nmap_quick <host>
Common patterns:
nmap -n -Pn --top-ports 100 --open -T4 --max-retries 1 --host-timeout 90s <host>nmap -n -Pn -p 22,80,443,8080,8443 --open -T4 --max-retries 1 --host-timeout 90s <host>nmap -n -Pn -sV -sC -p <comma_ports> --script-timeout 30s --host-timeout 3m -oA nmap_services <host>nmap -n -Pn -sT --top-ports 100 --open --host-timeout 90s <host>Critical correctness rules:
--host-timeout; add --script-timeout whenever NSE scripts are involved.--top-ports profile unless broader coverage is explicitly required.-p-, very high --top-ports, or wide host ranges) unless explicitly required.naabu for broad port discovery; use nmap for scoped verification/enrichment.Usage rules:
-n by default in automation to avoid DNS delays.-oA for reusable artifacts.-p 22,80,443,8080,8443 or --top-ports 100 before considering larger sweeps.-h/--help for routine usage unless absolutely necessary.Failure recovery:
-Pn.-p or smaller --top-ports) and lower retries.--script-timeout.If uncertain, query web_search with:
site:nmap.org/book nmap <flag>
record_vulnerability when running inside the penkit51 platformrecord_vulnerability when running inside the penkit51 platformAuthorized AI penetration testing assistant for web applications, APIs, and infrastructure. Performs reconnaissance, vulnerability assessment, PoC validation, exploit chaining, and professional reporting. Use when the user asks for pentest, penetration test, security assessment, vulnerability scan, bug bounty research, authorized hacking, SQLi/XSS/IDOR/SSRF testing, API security audit, or exploit validation.
Authorized AI penetration testing for web apps, APIs, cloud, and infrastructure. Full kill-chain methodology with PoC validation, vulnerability chaining, and professional reporting. Triggers on: pentest, penetration test, security assessment, vuln scan, bug bounty, red team, authorized hack, SQL injection test, XSS test, IDOR, SSRF, API security, exploit validation, security audit.
Authorized AI penetration testing assistant — full-spectrum security testing with deep exploitation skills and integrated tooling. Use for web app pentests, API security, vuln validation, PoC development, bug bounty, and security assessments. Triggers on pentest, penetration test, security audit, exploit, SQLi, XSS, IDOR, SSRF.
API安全测试的专业技能和方法论
JWT and OIDC security testing covering token forgery, algorithm confusion, and claim manipulation
AWS cloud security testing covering IAM misconfigurations, S3 exposure, metadata abuse, and privilege escalation paths