commit
0f18d04b40
|
@ -0,0 +1,31 @@
|
|||
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)\"
|
Loading…
Reference in New Issue