nuclei-templates/http/vulnerabilities/generic/basic-xss-prober.yaml

34 lines
733 B
YAML
Raw Normal View History

2020-05-24 05:17:49 +00:00
id: basic-xss-prober
info:
name: Basic XSS Prober - Cross-Site Scripting
2021-06-09 12:20:56 +00:00
author: nadino,geeknik
2020-05-24 05:17:49 +00:00
severity: low
2023-10-14 11:27:55 +00:00
description: A cross-site scripting vulnerability was discovered via generic testing. Manual testing is needed to verify exploitation.
2020-05-24 22:03:59 +00:00
# Basic XSS prober
# Manual testing needed for exploitation
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: xss,generic
2020-05-24 05:17:49 +00:00
http:
2020-05-24 05:17:49 +00:00
- method: GET
path:
- "{{BaseURL}}/%61%27%22%3e%3c%69%6e%6a%65%63%74%61%62%6c%65%3e"
2021-01-11 06:44:22 +00:00
matchers-condition: and
2020-05-24 05:17:49 +00:00
matchers:
- type: word
words:
- "\"><injectable>"
part: body
2020-11-02 15:25:36 +00:00
- type: word
words:
- "text/html"
part: header
2021-01-11 06:44:22 +00:00
- type: status
status:
2021-08-11 07:37:17 +00:00
- 200