2021-04-19 13:01:02 +00:00
id : phpunit
2022-04-22 10:38:41 +00:00
2021-04-19 13:01:02 +00:00
info :
2022-02-09 17:34:14 +00:00
name : phpunit.xml File Disclosure
2021-04-19 13:01:02 +00:00
author : pikpikcu
severity : info
2022-04-22 10:38:41 +00:00
description : Phpunit.xml was created by Romain Bourdon for the development of WampServer 3.1. Phpunit.xml is packaged with WampServer 3.1.9 and XAMPP 5.6.40.
2022-02-09 17:46:09 +00:00
reference :
- https://www.wampserver.com/en/
2022-02-09 22:07:16 +00:00
classification :
cwe-id : CWE-200
2022-04-22 10:38:41 +00:00
remediation : Ensure the approved and updated version is installed.
2022-10-13 10:12:07 +00:00
tags : exposure,files
2022-02-09 22:07:16 +00:00
2021-04-19 13:01:02 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/phpunit.xml"
2022-10-13 10:12:07 +00:00
2021-04-19 13:01:02 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "<phpunit"
- "</phpunit>"
condition : and
2022-10-13 10:12:07 +00:00
2021-04-19 13:01:02 +00:00
- type : status
status :
- 200
2022-02-09 22:04:19 +00:00
2022-02-09 17:46:09 +00:00
# Enhanced by mp on 2022/02/09