scan_vulnerabilities
Identify security vulnerabilities in web pages by scanning for XSS, CSRF, header issues, form weaknesses, and cookie problems to enhance website protection.
Instructions
Scan web pages for common security vulnerabilities
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scan for vulnerabilities | |
| scanTypes | No | Types of vulnerability scans to perform (default: all) | |
| useCache | No | Whether to use cached content if available (default: true) |