Merge pull request #8016 from projectdiscovery/request-baskets-exposure

Create request-baskets-exposure.yaml
patch-1
pussycat0x 2023-08-19 22:27:55 +05:30 committed by GitHub
commit 98dd21dfd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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