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

30 lines
557 B
YAML
Raw Normal View History

2023-05-23 10:00:08 +00:00
id: blazor-boot
info:
name: Blazor Boot File Disclosure
author: freakyclown
severity: info
metadata:
max-request: 1
verified: "true"
github-query: 'blazor.boot.json language:JSON'
tags : blazor,boot,exposure,config,disclosure
requests:
- 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)\"