Open Game Panel Login Panel - Detect
ID: open-game-panel
Severity: info
Author: dhiyaneshDk
Tags: panel,edb
Description
Section titled “Description”Open Game Panel login panel was detected.
YAML Source
Section titled “YAML Source”id: open-game-panel
info: name: Open Game Panel Login Panel - Detect author: dhiyaneshDk severity: info description: Open Game Panel login panel was detected. reference: - https://www.exploit-db.com/ghdb/7418 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"Open Game Panel" tags: panel,edb
http: - method: GET path: - "{{BaseURL}}/index.php"
matchers-condition: and matchers: - type: word part: body words: - "<title>Open Game Panel</title>"
- type: status status: - 200# digest: 4a0a004730450220778a6d545abea9dba4143c2f082226bfec3a7326aa6e2f78cd90e84624a84dce022100b2712cf8059c26758a0cba7c1b28d1f0c05b878939d78e5713d5bf7860f54c89: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/exposed-panels/open-game-panel.yaml"