OLT Web Management Interface Login Panel - Detect
ID: olt-web-interface
Severity: info
Author: DhiyaneshDk
Tags: edb,panel,olt
Description
Section titled “Description”OLT Web Management Interface login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 metadata: verified: true max-request: 1 shodan-query: title:"OLT Web Management Interface" tags: edb,panel,olt
http: - 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# digest: 490a0046304402205a62b484158a831b781f016f9f72f9767a95858f9c56e9db5fe3919c178d029002204551216fb9dc10a5da169c83738483b30845ed38ed6dcf8aa93b826fa76d9289:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/olt-web-interface.yaml"