nuclei-templates/exposures/files/php-user-ini-disclosure.yaml

29 lines
623 B
YAML
Raw Normal View History

2021-07-21 08:19:50 +00:00
id: php-user-ini-disclosure
info:
name: Php User.ini Disclosure
author: dhiyaneshDk
severity: medium
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/php-user-ini-disclosure.json
2021-07-21 08:24:09 +00:00
tags: exposure,files
2021-07-21 08:19:50 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/user.ini"
- "{{BaseURL}}/.user.ini"
matchers-condition: and
matchers:
- type: word
words:
- "assert"
- "highlight"
- "opcache"
- "mssql"
- "oci8"
- "agent"
part: body
- type: status
status:
- 200