Intelbras Router Panel - Detect
ID: intelbras-panel
Severity: info
Author: pikpikcu
Tags: panel,intelbras
Description
Section titled “Description”Intelbras router panel was detected.
YAML Source
Section titled “YAML Source”id: intelbras-panel
info: name: Intelbras Router Panel - Detect author: pikpikcu severity: info description: Intelbras router panel was detected. 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:o:intelbras:cip_92200_firmware:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: intelbras product: cip_92200_firmware shodan-query: - http.title:"Intelbras" - http.title:"intelbras" fofa-query: - app="Intelbras" - title="intelbras" - app="intelbras" google-query: intitle:"intelbras" tags: panel,intelbras
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2 matchers: - type: word words: - "<title>Intelbras" case-insensitive: true
extractors: - type: regex part: body group: 1 regex: - 'id="product">([A-Za-z 0-9]+)<\/p>'# digest: 4b0a0048304602210086e846c41b9f644dcec887fbfb1b0a69ea16e1e40ccacc84b821d963caab5a8202210099102086fd1e59687cf9aef2a38c0d149e4e168c9e2574a0cb5ad90b23d0f3b4: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/intelbras-panel.yaml"