nuclei-templates/http/exposures/configs/blazor-boot.yaml

32 lines
646 B
YAML

id: blazor-boot
info:
name: Blazor Boot File Disclosure
author: freakyclown
severity: info
reference:
- https://github.com/freakyclown/Nuclei_templates/blob/main/blazor_server.yaml
metadata:
max-request: 1
verified: true
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)\"