Eclipse BIRT Panel - Detect
ID: eclipse-birt-panel
Severity: info
Author: Shiva (Strobes Security)
Tags: panel,eclipsebirt,detect
Description
Section titled “Description”Eclipse BIRT (Business Intelligence Reporting Tool) detected
YAML Source
Section titled “YAML Source”id: eclipse-birt-panel
info: name: Eclipse BIRT Panel - Detect author: Shiva (Strobes Security) severity: info description: Eclipse BIRT (Business Intelligence Reporting Tool) detected reference: - https://eclipse.github.io/birt-website/ 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:a:eclipse:business_intelligence_and_reporting_tools:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 shodan-query: title:"Eclipse BIRT Home" google-query: intitle:"Eclipse BIRT Home" product: business_intelligence_and_reporting_tools vendor: eclipse 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.-]+)'# digest: 4a0a004730450220355c84252f87a1262ac1a2bb3a82b2ab7c60043fe2ebae92947e736941954295022100d5fd7d2441ba23faa171e13fddf481daf722d7f6c4a2e4670ec7ce6c0c198945: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/eclipse-birt-panel.yaml"