40 lines
1014 B
YAML
40 lines
1014 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: intelbras
|
|
product: cip_92200_firmware
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Intelbras"
|
|
fofa-query: app="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: 490a0046304402200b177070cb24da9ef9319a5eaa2393451c84968bf603cb87cdbdea0695b3dcf902202b6bdc45136f1c6abf7be4d36bc81b11f17e6e972081162718373b7482a12f35:922c64590222798bb761d5b6d8e72950 |