mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
37 lines
941 B
YAML
37 lines
941 B
YAML
id: command-api-explorer
|
|
|
|
info:
|
|
name: Command API Explorer Panel - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"Command API Explorer"
|
|
tags: panel,misconfig,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/explorer.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Command API Explorer</title>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022027fe4a24191253f89ee89fcdfda0dcf9a1b7ce13343bade8b44d71642953e6a502204c3c872799b46848f66a044063bbf536885a854655e7da8c77ecc59e61177e85:922c64590222798bb761d5b6d8e72950 |