PowerBI Report Server - Detect
ID: powerbi-report-server-detect
Severity: info
Author: righettod
Tags: panel,powerbi,detect
Description
Section titled “Description”PowerBI Report Server was detected.
YAML Source
Section titled “YAML Source”id: powerbi-report-server-detect
info: name: PowerBI Report Server - Detect author: righettod severity: info description: | PowerBI Report Server was detected. reference: - https://www.microsoft.com/en-us/power-platform/products/power-bi/report-server metadata: max-request: 1 verified: true shodan-query: http.html:"report server web portal" tags: panel,powerbi,detect
http: - method: GET path: - "{{BaseURL}}/reports/api/v2.0/System" - "{{BaseURL}}/reports/browse"
stop-at-first-match: true redirects: true max-redirects: 2 matchers: - type: dsl dsl: - 'status_code == 200' - 'contains_any(to_lower(body), "power bi report server", "powerbireportserver", "<title>report server web portal</title>")' condition: and
extractors: - type: json part: body name: version json: - '.ProductVersion'# digest: 4a0a0047304502205acd4d2e1e6df198f7b99ba3c9f74635832266be590466795024a75df31bd44c022100e6cde643c1b7fc224d2dca69cbdb966038a95da971642db46ac6c83de53da342: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/technologies/microsoft/powerbi-report-server-detect.yaml"