nuclei-templates/exposed-panels/olt-web-interface.yaml

33 lines
600 B
YAML

id: olt-web-interface
info:
name: OLT Web Management Interface
author: DhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/8020
metadata:
verified: true
shodan-query: title:"OLT Web Management Interface"
tags: edb,panel,olt
requests:
- method: GET
path:
- "{{BaseURL}}/action/login.html"
matchers-condition: and
matchers:
- type: word
words:
- "OLT Web Management Interface"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200