2021-10-17 10:39:16 +00:00
|
|
|
id: open-game-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Open Game Panel
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/7418
|
2021-10-17 10:39:16 +00:00
|
|
|
metadata:
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: http.title:"Open Game Panel"
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: panel,edb
|
2021-10-17 10:39:16 +00:00
|
|
|
|
|
|
|
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
|