nuclei-templates/exposed-panels/smartping-dashboard.yaml

28 lines
478 B
YAML
Raw Normal View History

2022-07-11 17:49:28 +00:00
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