31 lines
632 B
YAML
31 lines
632 B
YAML
id: database-credentials
|
|
|
|
info:
|
|
name: Database Credentials File Exposure
|
|
author: Hardik-Solanki
|
|
severity: low
|
|
reference:
|
|
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
|
|
metadata:
|
|
verified: true
|
|
github-query: filename:database_credentials.inc
|
|
tags: exposure,database,config,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/database_credentials.inc"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '$DATABASE_USER'
|
|
- '$DATABASE_PASS'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|