Request Baskets - Exposure
ID: request-baskets-exposure
Severity: low
Author: DhiyaneshDk
Tags: misconfig,requests-baskets,exposure
Description
Section titled “Description”Request Baskets is exposed.
YAML Source
Section titled “YAML Source”id: request-baskets-exposure
info: name: Request Baskets - Exposure author: DhiyaneshDk severity: low description: Request Baskets is exposed. reference: - https://notes.sjtu.edu.cn/s/MUUhEymt7# - https://github.com/entr0pie/CVE-2023-27163 classification: cpe: cpe:2.3:a:rbaskets:request_baskets:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: rbaskets product: request_baskets 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# digest: 4a0a0047304502201ac8e1f74277e4123a7c9c70f3cd56c4340544cba5835ed37487d924bc5fd33002210081ff38192d4ec35dc182e480e57761e9ec0a5fc9ec4b1a402b92b3576cb2aeef:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/request-baskets-exposure.yaml"