원클릭으로
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.