Merge pull request #7286 from projectdiscovery/blazor-boot

Create blazor-boot.yaml
patch-1
pussycat0x 2023-05-24 10:53:29 +05:30 committed by GitHub
commit 0f18d04b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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)\"