27 lines
479 B
YAML
27 lines
479 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
|