Skip to content

Intelbras Router Login Panel - Detect

ID: intelbras-login

Severity: info

Author: DhiyaneshDK

Tags: panel,edb

Intelbras router logjn panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:h:intelbras:iwr_3000n:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Intelbras"
google-query: intitle:"Intelbras" "All Rights Reserved" -.com
product: iwr_3000n
vendor: intelbras
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Intelbras</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100fdb51559b8f6b63137d1ac1293f92972e9f0d7011d9f6481ce3c2a2f3884ce7f022100c57036f8ff624f04bf343c146cb63469ff96f60a70d4ed871fec1d27c103bc26:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/intelbras-login.yaml"

View on Github