xsser
Detect and exploit cross-site scripting vulnerabilities by testing reflected, stored, and DOM-based XSS. Automatically encodes payloads to bypass filters.
Instructions
Cross-Site Scripting (XSS) detection and exploitation framework. Tests for reflected, stored, and DOM-based XSS. Use when you find user input reflected in page output. Automatically encodes payloads to bypass filters. For general web vulnerability scanning, use nuclei or nikto. For SQL injection, use sqlmap. Output: identified XSS vectors with payload and injection point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL with injectable parameter (e.g. 'http://example.com/search?q=test') | |
| opts | No | Additional xsser options. Default: --auto (automatic mode) |