From 4df891b66ddf1c9b5083339d69fa1527dff4d53a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 9 Feb 2022 12:34:14 -0500 Subject: [PATCH] Enhancement: exposures/files/phpunit.yaml by mp --- exposures/files/phpunit.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/exposures/files/phpunit.yaml b/exposures/files/phpunit.yaml index 5a7c36ba61..4b9d42fc46 100644 --- a/exposures/files/phpunit.yaml +++ b/exposures/files/phpunit.yaml @@ -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: - "" condition: and - - type: status status: - 200 +# Enhanced by mp on 2022/02/09