Enhancement: exposures/files/phpunit.yaml by mp

patch-1
MostInterestingBotInTheWorld 2022-02-09 12:34:14 -05:00
parent 161d74c26c
commit 4df891b66d
1 changed files with 9 additions and 5 deletions

View File

@ -1,16 +1,20 @@
id: phpunit
info:
name: phpunit.xml file disclosure
name: phpunit.xml File Disclosure
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.
author: pikpikcu
severity: info
tags: exposure
remediation: Ensure the approved and updated version is installed.
reference: https://www.wampserver.com/en/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
requests:
- method: GET
path:
- "{{BaseURL}}/phpunit.xml"
matchers-condition: and
matchers:
- type: word
@ -18,7 +22,7 @@ requests:
- "<phpunit"
- "</phpunit>"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/02/09