원클릭으로
naabu-tooling
Naabu port-scanning syntax with host input, scan-type, verification, and rate controls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Naabu port-scanning syntax with host input, scan-type, verification, and rate controls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Authorized 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
| name | naabu-tooling |
| description | Naabu port-scanning syntax with host input, scan-type, verification, and rate controls. |
penkit51 AI — professional penetration testing skill pack. Authorized testing only.
Official docs:
Canonical syntax:
naabu [flags]
High-signal flags:
-host <host> single host-list, -l <file> hosts list-p <ports> explicit ports (supports ranges)-top-ports <n|full> top ports profile-exclude-ports <ports> exclusions-scan-type <s|c|syn|connect> SYN or CONNECT scan-Pn skip host discovery-rate <n> packets per second-c <n> worker count-timeout <ms> per-probe timeout in milliseconds-retries <n> retry attempts-proxy <socks5://host:port> SOCKS5 proxy-verify verify discovered open ports-j, -json JSONL output-silent compact output-o <file> output fileAgent-safe baseline for automation:
naabu -list hosts.txt -top-ports 100 -scan-type c -Pn -rate 300 -c 25 -timeout 1000 -retries 1 -verify -silent -j -o naabu.jsonl
Common patterns:
naabu -list hosts.txt -top-ports 100 -scan-type c -rate 300 -c 25 -timeout 1000 -retries 1 -verify -silent -o naabu.txtnaabu -list hosts.txt -p 80,443,8080,8443 -scan-type c -rate 300 -c 25 -timeout 1000 -retries 1 -verify -silentnaabu -host target.tld -p 22,80,443 -scan-type c -rate 300 -c 25 -timeout 1000 -retries 1 -verifysudo naabu -list hosts.txt -top-ports 100 -scan-type syn -rate 500 -c 25 -timeout 1000 -retries 1 -verify -silentCritical correctness rules:
-scan-type connect when running without root/privileged raw socket access.-timeout explicitly; it is in milliseconds.-rate explicitly to avoid unstable or noisy scans.-timeout is in milliseconds, not seconds.-top-ports value unless broader coverage is explicitly required.-verify before handing ports to follow-up scanners.Usage rules:
-Pn or default discovery).-j -o <file> for automation pipelines.-p 22,80,443,8080,8443 or -top-ports 100 before considering larger sweeps.-h/--help for normal flow unless absolutely necessary.Failure recovery:
-scan-type c.-rate, lower -c, and tighten -p/-top-ports.-Pn.If uncertain, query web_search with:
site:docs.projectdiscovery.io naabu <flag> usage
penkit51 AI — professional penetration testing skill pack. Authorized testing only.
Official docs:
Canonical syntax:
naabu [flags]
High-signal flags:
-host <host> single host-list, -l <file> hosts list-p <ports> explicit ports (supports ranges)-top-ports <n|full> top ports profile-exclude-ports <ports> exclusions-scan-type <s|c|syn|connect> SYN or CONNECT scan-Pn skip host discovery-rate <n> packets per second-c <n> worker count-timeout <ms> per-probe timeout in milliseconds-retries <n> retry attempts-proxy <socks5://host:port> SOCKS5 proxy-verify verify discovered open ports-j, -json JSONL output-silent compact output-o <file> output fileAgent-safe baseline for automation:
naabu -list hosts.txt -top-ports 100 -scan-type c -Pn -rate 300 -c 25 -timeout 1000 -retries 1 -verify -silent -j -o naabu.jsonl
Common patterns:
naabu -list hosts.txt -top-ports 100 -scan-type c -rate 300 -c 25 -timeout 1000 -retries 1 -verify -silent -o naabu.txtnaabu -list hosts.txt -p 80,443,8080,8443 -scan-type c -rate 300 -c 25 -timeout 1000 -retries 1 -verify -silentnaabu -host target.tld -p 22,80,443 -scan-type c -rate 300 -c 25 -timeout 1000 -retries 1 -verifysudo naabu -list hosts.txt -top-ports 100 -scan-type syn -rate 500 -c 25 -timeout 1000 -retries 1 -verify -silentCritical correctness rules:
-scan-type connect when running without root/privileged raw socket access.-timeout explicitly; it is in milliseconds.-rate explicitly to avoid unstable or noisy scans.-timeout is in milliseconds, not seconds.-top-ports value unless broader coverage is explicitly required.-verify before handing ports to follow-up scanners.Usage rules:
-Pn or default discovery).-j -o <file> for automation pipelines.-p 22,80,443,8080,8443 or -top-ports 100 before considering larger sweeps.-h/--help for normal flow unless absolutely necessary.Failure recovery:
-scan-type c.-rate, lower -c, and tighten -p/-top-ports.-Pn.If uncertain, query web_search with:
site:docs.projectdiscovery.io naabu <flag> usage
record_vulnerability when running inside the penkit51 platformrecord_vulnerability when running inside the penkit51 platform