一键导入
xray-suite
Playbook for Xray Suite scanner, crawlergo, and headless browser usage with safe request pacing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Playbook for Xray Suite scanner, crawlergo, and headless browser usage with safe request pacing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-to-end bug bounty phase flow for BearStrike AI.
Controlled exploitation, false-positive elimination, and PoC writing standards.
Tool selection policy for BearStrike based on target type, scan risk, and signal strength.
Pre-execution planning and priority-scored task list before running tools.
Recon workflow for domain, DNS, host, and web surface mapping.
Reporting standards for single bug, full pentest, and recon-only outputs.
| name | xray-suite |
| description | Playbook for Xray Suite scanner, crawlergo, and headless browser usage with safe request pacing. |
Read this skill before using any xray-suite-* tool.
xray-suite-webscanxray-suite-servicescanxray-suite-subdomainxray-suite-crawlergoxray-suite-headless-browserThe bridge script tools/xray_suite_tools.py resolves tools in this order:
tools/bin/xray, crawlergo, chrome-headless-shell, google-chrome, chromium)xray-suite-headless-browser and xray-suite-crawlergo before full webscan.wafw00f, whatweb, httpxxray-suite-headless-browser, xray-suite-crawlergoxray-suite-webscanxray-suite-servicescanxray-suite-subdomain (license/build dependent)Bridge config uses conservative defaults in tools/xray_suite/config.yaml:
parallel: 10http.max_qps: 30http.max_conns_per_host: 20When a target is sensitive or starts rate-limiting:
The project config keeps these enabled:
plugins.brute-force.enabled: trueplugins.thinkphp.enabled: trueRuntime note:
python3 tools/xray_suite_tools.py check allpython3 tools/xray_suite_tools.py help allpython3 tools/xray_suite_tools.py run xray-suite-webscan <target>python3 tools/xray_suite_tools.py run xray-suite-servicescan <host:port>python3 tools/xray_suite_tools.py run xray-suite-subdomain <domain>python3 tools/xray_suite_tools.py run xray-suite-crawlergo <target>python3 tools/xray_suite_tools.py run xray-suite-headless-browser <target>Output path:
reports/output/xray_suite/<target_slug>/