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

40 lines
844 B
YAML

id: olt-web-interface
info:
name: OLT Web Management Interface Login Panel - Detect
author: DhiyaneshDk
severity: info
description: OLT Web Management Interface login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/8020
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/12/01