2020-05-24 05:17:49 +00:00
|
|
|
id: basic-xss-prober
|
|
|
|
|
|
|
|
info:
|
2022-09-23 17:53:08 +00:00
|
|
|
name: Basic XSS Prober - Cross-Site Scripting
|
2021-06-09 12:20:56 +00:00
|
|
|
author: nadino,geeknik
|
2022-09-23 17:53:08 +00:00
|
|
|
description: A cross-site scripting vulnerability was discovered via generic testing. Manual testing is needed to verify exploitation.
|
2020-05-24 05:17:49 +00:00
|
|
|
severity: low
|
2021-08-11 07:37:17 +00:00
|
|
|
tags: xss,generic
|
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:
|
2021-08-11 07:37:17 +00:00
|
|
|
- 200
|
2022-09-23 17:53:08 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/09/22
|