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

39 lines
788 B
YAML
Raw Normal View History

id: intelbras-panel
2022-08-07 10:20:39 +00:00
info:
name: Intelbras Router Panel - Detect
2022-08-07 10:20:39 +00:00
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.0
cwe-id: CWE-200
2022-08-07 10:20:39 +00:00
metadata:
2022-08-07 10:51:47 +00:00
verified: true
shodan-query: http.title:"Intelbras"
2022-08-07 10:20:39 +00:00
fofa-query: app="Intelbras"
tags: panel,intelbras
2022-08-07 10:20:39 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2022-08-07 10:51:47 +00:00
max-redirects: 2
2022-08-07 10:20:39 +00:00
matchers:
- type: word
words:
2022-08-07 10:51:47 +00:00
- "<title>Intelbras"
case-insensitive: true
extractors:
- type: regex
part: body
group: 1
regex:
- 'id="product">([A-Za-z 0-9]+)<\/p>'
# Enhanced by md on 2022/11/21