mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 21:23:34 +08:00
33 lines
930 B
YAML
33 lines
930 B
YAML
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 |