nuclei-templates/exposed-panels/open-game-panel.yaml

28 lines
483 B
YAML

id: open-game-panel
info:
name: Open Game Panel
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/7418
metadata:
shodan-query: http.title:"Open Game Panel"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Open Game Panel</title>"
- type: status
status:
- 200