Merge pull request #8016 from projectdiscovery/request-baskets-exposure
Create request-baskets-exposure.yamlpatch-1
commit
98dd21dfd9
|
@ -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
|
Loading…
Reference in New Issue