nuclei-templates/http/exposures/files/appsettings-file-disclosure...

37 lines
818 B
YAML
Raw Normal View History

id: appsettings-file-disclosure
info:
name: Application Setting file disclosure
author: DhiyaneshDK,tess
severity: high
description: |
appsetting.json file discloses the DB connection strings containing sensitive information.
reference:
- https://twitter.com/hacker_/status/1518003548855930882?s=20&t=BVauK0yUjVl5yL7rwy0Eag
metadata:
max-request: 2
verified: true
2022-10-13 10:12:07 +00:00
tags: exposure,files
http:
- method: GET
path:
- "{{BaseURL}}/appsettings.json"
- "{{BaseURL}}/appsettings.Production.json"
2023-01-05 16:23:37 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "ConnectionStrings"
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200