nuclei-templates/exposures/files/phpunit.yaml

25 lines
381 B
YAML
Raw Normal View History

2021-04-19 13:01:02 +00:00
id: phpunit
info:
name: phpunit.xml file disclosure
author: pikpikcu
severity: info
2021-05-29 09:32:33 +00:00
tags: exposure
2021-04-19 13:01:02 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/phpunit.xml"
matchers-condition: and
matchers:
- type: word
words:
- "<phpunit"
- "</phpunit>"
condition: and
- type: status
status:
- 200