xray-scan

Automate xray scans to identify security weaknesses in web applications.

1.6k|234|Updated Dec 7, 2019
One-click install
npx skills add https://github.com/wgpsec/AboutSecurity --skill xray-scan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xray-scan
Source: https://github.com/wgpsec/AboutSecurity/tree/main/skills/tool/xray-scan
Command: npx skills add https://github.com/wgpsec/AboutSecurity --skill xray-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate web vulnerability scanning to reduce manual effort, increase coverage, and lower false positives in Web security assessments.

Core Features & Use Cases

  • Supports three scanning modes: active scanning, passive proxy scanning, and crawler-based discovery to cover from single pages to full websites.
  • Flexible plugin set including XSS, SQLi, command-injection, SSRF, XXE, and more for comprehensive detection.
  • Output options including HTML and JSON reports to integrate into automation pipelines.

Quick Start

对目标 URL 进行一次主动扫描并生成 HTML 报告。

Frequently Asked Questions about xray-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web vulnerability scanning for a single URL?▼

To automate web vulnerability scanning for a single URL, you can use xray to perform an active scan. This mode directly tests the target and generates security reports to identify weaknesses.

Can I use passive proxy scanning for web security testing?▼

Yes, you can conduct passive proxy scanning for web security testing. This mode monitors proxy traffic passively to identify security weaknesses without actively sending payloads to the target.

What types of web vulnerabilities can automated security testing detect?▼

Automated security testing can detect vulnerabilities like XSS, SQLi, command-injection, SSRF, and XXE. It uses a flexible plugin set to provide comprehensive detection across different testing workflows.

What is the best way to generate vulnerability reports in JSON or HTML?▼

The best way to generate vulnerability reports in JSON or HTML is by configuring the output format in xray. These reports can then be integrated directly into your automation pipelines.

Does crawler-based discovery work for full website security assessments?▼

Crawler-based discovery works for full website security assessments by automatically mapping out pages from a starting point. This method ensures comprehensive coverage when identifying security weaknesses across the site.