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

33 lines
657 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
2022-10-13 10:12:07 +00:00
tags: exposure,config,files
2021-07-21 08:19:50 +00:00
http:
2021-07-21 08:19:50 +00:00
- method: GET
path:
- "{{BaseURL}}/user.ini"
- "{{BaseURL}}/.user.ini"
2021-07-21 08:19:50 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "assert"
- "highlight"
- "opcache"
- "mssql"
- "oci8"
- "agent"
part: body
condition: and
2021-07-21 08:19:50 +00:00
- type: status
status:
- 200