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