원클릭으로
gogo
Use this skill when working with gogo for host, port, service, banner, fingerprint, or vulnerability-hint discovery.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when working with gogo for host, port, service, banner, fingerprint, or vulnerability-hint discovery.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when the agent needs to understand aiscan mechanisms, available capabilities, scanner pseudo-commands, and tool invocation rules.
Use this skill when working with proton for sensitive information scanning — detecting API keys, tokens, credentials, and secrets in files or piped data.
Use this skill to learn how to use the playwright pseudo-command for headless browsing, screenshots, network capture, and interactive vulnerability verification. Aligned with microsoft/playwright-cli conventions.
Use this skill when working with scan for the multi-stage aiscan pipeline across discovery, web probing, weak credentials, POC checks, and verification.
Use this skill when working with neutron for template-based POC execution, template filtering, and POC result analysis.
Use katana for deep web crawling with full parameter discovery. Produces URLs with query strings, form targets, and JS endpoints that spray crawl strips.
| name | gogo |
| description | Use this skill when working with gogo for host, port, service, banner, fingerprint, or vulnerability-hint discovery. |
| internal | true |
Gogo is the host and service discovery tool in aiscan.
Capabilities:
Common usage:
gogo -i 10.0.0.1 -p top100
gogo -i 10.0.0.0/24 -p 80,443,8080
gogo -i 10.0.0.1,10.0.0.2 -p all
gogo -l /tmp/targets.txt -p top100
Notes:
-i accepts IP, CIDR, or comma-separated IPs. NOT ip:port — bare 10.0.0.1:8080 will fail with "Parse IP Failed". Use -i 10.0.0.1 -p 8080 instead.-l reads a target file (one IP/CIDR per line).-p is gogo ports (top100, top1000, all, - for all 65535, or 80,443,8080).