nuclei-templates/exposures/files/phpunit.yaml

25 lines
381 B
YAML

id: phpunit
info:
name: phpunit.xml file disclosure
author: pikpikcu
severity: info
tags: exposure
requests:
- method: GET
path:
- "{{BaseURL}}/phpunit.xml"
matchers-condition: and
matchers:
- type: word
words:
- "<phpunit"
- "</phpunit>"
condition: and
- type: status
status:
- 200