49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
id: eclipse-birt-panel
|
|
|
|
info:
|
|
name: Eclipse BIRT Panel - Detect
|
|
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:
|
|
max-request: 2
|
|
verified: true
|
|
shodan-query: title:"Eclipse BIRT Home"
|
|
google-query: intitle:"Eclipse BIRT Home"
|
|
tags: panel,eclipsebirt,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/reportviewer/'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'alt="Eclipse Logo'
|
|
- 'Eclipse BIRT Home'
|
|
condition: or
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Viewer Version : ([0-9.-]+)'
|