Command API Explorer Panel - Detect
ID: command-api-explorer
Severity: info
Author: DhiyaneshDK
Tags: panel,misconfig
Description
Section titled “Description”Command API Explorer panel was detected.
YAML Source
Section titled “YAML Source”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
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: 4a0a00473045022100dd9ea85d2f2fd026fb58a2ff609fb620aaa5d9a44c600089d59539c3c7d97428022037de9e05ad853ce6d0abb3f0537a292a427f648bf415c1885e1f34c6bacf1012: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/command-api-explorer.yaml"