nuclei-templates/misconfiguration/command-api-explorer.yaml

38 lines
753 B
YAML
Raw Normal View History

2022-06-27 11:32:37 +00:00
id: command-api-explorer
info:
name: Command API Explorer Panel - Detect
2022-06-27 11:32:37 +00:00
author: DhiyaneshDK
severity: low
2023-02-02 21:51:33 +00:00
description: Command API Explorer panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-06-27 11:32:37 +00:00
metadata:
verified: true
2022-06-27 18:58:29 +00:00
shodan-query: http.html:"Command API Explorer"
2022-06-27 11:32:37 +00:00
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/explorer.html"
2022-06-27 18:58:29 +00:00
2022-06-27 11:32:37 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-06-27 18:58:29 +00:00
- "<title>Command API Explorer</title>"
2022-06-27 11:32:37 +00:00
- type: word
2022-06-27 18:58:29 +00:00
part: header
2022-06-27 11:32:37 +00:00
words:
2022-06-27 18:58:29 +00:00
- "text/html"
2022-06-27 11:32:37 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29