nuclei-templates/http/exposed-panels/eclipse-birt-panel.yaml

49 lines
1.1 KiB
YAML
Raw Normal View History

2023-05-11 08:19:49 +00:00
id: eclipse-birt-panel
2023-05-03 13:43:39 +00:00
info:
2023-05-11 08:19:49 +00:00
name: Eclipse BIRT Panel - Detect
2023-05-03 13:43:39 +00:00
author: Shiva (Strobes Security)
severity: info
description: Eclipse BIRT (Business Intelligence Reporting Tool) 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
reference:
- https://eclipse.github.io/birt-website/
metadata:
2023-06-01 17:38:50 +00:00
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2023-05-11 08:19:49 +00:00
shodan-query: title:"Eclipse BIRT Home"
google-query: intitle:"Eclipse BIRT Home"
tags: panel,eclipsebirt,detect
2023-05-03 13:43:39 +00:00
http:
- method: GET
path:
2023-05-11 08:19:49 +00:00
- '{{BaseURL}}'
- '{{BaseURL}}/reportviewer/'
2023-05-03 13:43:39 +00:00
2023-05-11 08:19:49 +00:00
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
2023-05-03 13:43:39 +00:00
matchers:
- type: word
words:
2023-05-11 08:19:49 +00:00
- 'alt="Eclipse Logo'
- 'Eclipse BIRT Home'
condition: or
2023-05-03 13:43:39 +00:00
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Viewer Version : ([0-9.-]+)'