Module Name: XSSed Domain Lookup
Module path: recon/domains-vulnerabilities/xssed
Name: XSSed Domain Lookup
Path: modules/recon/domains-vulnerabilities/xssed.py
Author: Micah Hoffman (@WebBreacher)
Description:
Checks XSSed.com for XSS records associated with a domain and displays the first 20 results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT domain FROM domains WHERE domain IS NOT NULL |
| <string> |
string representing a single input |
| <path> |
path to a file containing a list of inputs |
| query <sql> |
database query returning one column of inputs |