Map the XSS attack surface of a target URL. Analyze security headers, client-side frameworks, JavaScript patterns, and DOM structure to identify what makes XSS possible, easier, or harder.
This skill does NOT inject payloads or test for XSS. It performs passive observation only (HTTP requests + source analysis). For active XSS testing, use /xss-finder.
| Header Assessment | CSP, X-Content-Type-Options, cookie flags, charset | | Framework Detection | React, Angular, Vue, jQuery + version extraction | | Vulnerable Library Detection | Known CVEs per detected library version | | DOM XSS Source/Sink Mapping | innerHTML, eval, location.hash, postMessage |
Навыки разведки поверхности атаки XSS — анализируют заголовки, фреймворки, библиотеки JS и шаблоны DOM по URL-адресу, чтобы определить, что делает XSS возможным или трудным. Для этических хакеров, готовящихся к XSS-тестированию. Источник: igbuend/grimbard.