2020-05-24 05:17:49 +00:00
|
|
|
id: basic-xss-prober
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Basic XSS Prober
|
2020-11-02 15:04:05 +00:00
|
|
|
author: nadino & geeknik
|
2020-05-24 05:17:49 +00:00
|
|
|
severity: low
|
2021-02-12 05:53:01 +00:00
|
|
|
tags: xss
|
2020-05-24 05:17:49 +00:00
|
|
|
|
2020-05-24 22:03:59 +00:00
|
|
|
# Basic XSS prober
|
|
|
|
# Manual testing needed for exploitation
|
2020-05-24 05:17:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
|
|
|
2020-11-02 15:04:05 +00:00
|
|
|
matchers-condition: and
|
2020-05-24 05:17:49 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-10-14 08:20:58 +00:00
|
|
|
- "\"><injectable>"
|
2020-11-02 15:04:05 +00:00
|
|
|
part: body
|
2020-11-02 15:25:36 +00:00
|
|
|
|
2020-11-02 15:04:05 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2020-12-02 03:11:07 +00:00
|
|
|
- "text/html"
|
2020-11-02 15:04:05 +00:00
|
|
|
part: header
|
2021-01-11 06:44:22 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|