nuclei-templates/exposed-panels/airnotifier-panel.yaml

35 lines
579 B
YAML

id: airnotifier-panel
info:
name: AirNotifier Panel
author: tess
severity: info
metadata:
verified: true
shodan-dork: http.title:"AirNotifier"
tags: panel,airnotifier
requests:
- method: GET
path:
- '{{BaseURL}}/auth/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "AirNotifier"
- "Stats"
- "Server Info"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200