26 lines
475 B
YAML
26 lines
475 B
YAML
|
id: flahscookie-superadmin-panel
|
||
|
|
||
|
info:
|
||
|
name: Flahscookie Superadmin Login
|
||
|
author: Hardik-Solanki
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Flahscookie Superadmin"
|
||
|
tags: panel,flahscookie,superadmin
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/pages/login'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Flahscookie Superadmin"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|