nuclei-templates/exposures/files/nuget-package-config.yaml

35 lines
816 B
YAML
Raw Normal View History

2022-10-07 11:00:52 +00:00
id: nuget-package-config
info:
name: NuGet Package.config File Disclosure
author: DhiyaneshDK
severity: info
reference:
- https://learn.microsoft.com/en-us/nuget/reference/packages-config
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
metadata:
verified: true
shodan-query: html:"packages.config"
2022-10-07 12:34:46 +00:00
tags: exposure,sass,devops,cicd,nuget,files
2022-10-07 11:00:52 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/packages.config'
- '{{BaseURL}}/.nuget/packages.config'
2022-10-07 12:34:46 +00:00
stop-at-first-match: true
2022-10-07 11:00:52 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<?xml version="1.0" encoding="utf-8"?>'
- '<packages>'
- '</packages>'
condition: and
- type: status
status:
- 200