nuclei-templates/exposed-panels/intelbras-login.yaml

35 lines
756 B
YAML

id: intelbras-login
info:
name: Intelbras Router Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Intelbras router logjn panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7272
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:
shodan-query: http.title:"Intelbras"
google-query: intitle:"Intelbras" "All Rights Reserved" -.com
tags: panel,edb
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Intelbras</title>"
- type: status
status:
- 200
# Enhanced by md on 2022/11/21