ワンクリックで
neutron
Use this skill when working with neutron for template-based POC execution, template filtering, and POC result analysis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill when working with neutron for template-based POC execution, template filtering, and POC result analysis.
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 gogo for host, port, service, banner, fingerprint, or vulnerability-hint discovery.
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 | neutron |
| description | Use this skill when working with neutron for template-based POC execution, template filtering, and POC result analysis. |
| internal | true |
Neutron is the template-based POC execution tool in aiscan.
When a fingerprint is discovered (from gogo, spray, or scan), run matching POCs:
neutron -u <target> --finger <name>
neutron -u <target> --finger <name> -s critical,high
neutron -u <target> --finger shiro --finger spring -c 5
The --finger flag queries the association index for comprehensive matching (direct links, alias names, CPE vendor/product). Without --finger, templates that require fingerprint context are skipped to prevent false positives.
neutron --finger tomcat --template-list
neutron --finger nginx -s critical --template-list -j
neutron -u <target> --id <template-id>
neutron -u <target> -s critical,high
neutron -u <target> --tags cve,rce -c 10 --rate-limit 20
neutron -u <target> -t ./pocs
neutron -u <target> -t ./pocs --id custom-poc
neutron -u <target> -t ./pocs --restrict-templates