28 lines
478 B
YAML
28 lines
478 B
YAML
|
id: smartping-dashboard
|
||
|
|
||
|
info:
|
||
|
name: Unauth SmartPing Dashboard
|
||
|
author: DhiyaneshDk
|
||
|
severity: low
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"SmartPing Dashboard"
|
||
|
tags: panel,misconfig,unauth,smartping
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/config.html"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'SmartPing Dashboard'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|