一键导入
vuln-scanner
Advanced autonomous scanner with strategic sequencing and information chaining logic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Advanced autonomous scanner with strategic sequencing and information chaining logic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | vuln-scanner |
| description | Advanced autonomous scanner with strategic sequencing and information chaining logic. |
| categories | ["security","dev-tools"] |
| dependencies | ["nuclei","python3","pip3","requests","sed","curl","unzip","ca-certificates","katana","trufflehog"] |
| setup_command | bash scripts/install.sh |
./scripts/../../Vuln_Templates/home/node/.openclaw/workspace/results/The agent must act as a professional security researcher, prioritizing information gathering before deep exploitation.
The
template-encodedfield in each JSONL entry must be ignored and never included in any output or displayed in chat.
../../Vuln_Templates.Do not execute in alphabetical order. Construct a Logical Chain based on the following:
Important: Always invoke
scan.shper template file or per category directory — never pass the entireVuln_Templates/directory at once. Passing the whole directory causes Nuclei to run all templates simultaneously and bypasses the strategic sequencing above.Example (correct):
bash scripts/scan.sh targets.txt ../../Vuln_Templates/Misconfiguration/ bash scripts/scan.sh targets.txt ../../Vuln_Templates/Broken_Access_Control/get-idor-read.yaml -var TARGET_ID=123Example (incorrect):
bash scripts/scan.sh targets.txt ../../Vuln_Templates/ # ← DO NOT DO THIS
-var or -header flags). Critically important: Never modify the original template files under any circumstances. All source templates must remain in their original state to preserve the audit trail and vulnerability taxonomy.findings.jsonl. Specifically, look for extracted-results or patterns in the response to identify new session tokens, user IDs, or hidden parameters.targets.txt, the agent must append these to the target list for subsequent, more specific templates.findings.jsonl directly. Post-processing and field cleanup is handled by the attack-scenario-gen skill's parse_jsonl.py script. Modifying the raw file will corrupt downstream processing.summary.md files from the chain into a single "Strategic Attack Path Report."find / grep: For deep structural and metadata analysis.sed / python3: For complex data inheritance and payload modification.nuclei: The execution engine for the final strategic payload.