بنقرة واحدة
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.