Blazor Boot File Disclosure
ID: blazor-boot
Severity: info
Author: freakyclown
Tags: blazor,boot,exposure,config,disclosure
Description
Section titled “Description”Exposed Blazor Boot (a web framework developed by Microsoft) config file.
YAML Source
Section titled “YAML Source”id: blazor-boot
info: name: Blazor Boot File Disclosure author: freakyclown severity: info description: Exposed Blazor Boot (a web framework developed by Microsoft) config file. reference: - https://github.com/freakyclown/Nuclei_templates/blob/main/blazor_server.yaml metadata: verified: true max-request: 1 github-query: 'blazor.boot.json language:JSON' tags: blazor,boot,exposure,config,disclosure
http: - method: GET path: - "{{BaseURL}}/_framework/blazor.boot.json"
matchers: - type: word words: - 'Blazor' - '"config":' condition: and
extractors: - type: regex part: body regex: - \"([^"\r\n]+\.dll)\"# digest: 4b0a00483046022100dd123eb91ceaec7ad50fe39395622d6a22c88ca6ccb4d57ff4a4056184c25b35022100bd9cbbd0551d50023b951a126edf3e59a432303796b4d40fa8e3af41e85e6648: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/exposures/configs/blazor-boot.yaml"