Skip to content

Blazor Boot File Disclosure

ID: blazor-boot

Severity: info

Author: freakyclown

Tags: blazor,boot,exposure,config,disclosure

Exposed Blazor Boot (a web framework developed by Microsoft) config file.

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:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/blazor-boot.yaml"

View on Github