30 lines
557 B
YAML
30 lines
557 B
YAML
|
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)\"
|