nuclei-templates/http/misconfiguration/request-baskets-exposure.yaml

36 lines
683 B
YAML

id: request-baskets-exposure
info:
name: Request Baskets - Exposure
author: DhiyaneshDk
severity: low
reference:
- https://notes.sjtu.edu.cn/s/MUUhEymt7#
- https://github.com/entr0pie/CVE-2023-27163
metadata:
max-request: 1
verified: true
shodan-query: html:"request-baskets"
tags: misconfig,requests-baskets,exposure
http:
- method: GET
path:
- "{{BaseURL}}/web"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Request Baskets</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200