From 62c78652e833ad895ccc7eb50cc1377d25dbbda0 Mon Sep 17 00:00:00 2001 From: sullo Date: Mon, 13 Feb 2023 10:14:10 -0500 Subject: [PATCH] Add phpinfo() for WAMP server --- exposures/configs/phpinfo-files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/exposures/configs/phpinfo-files.yaml b/exposures/configs/phpinfo-files.yaml index 053e7cb255..3c3e9648aa 100644 --- a/exposures/configs/phpinfo-files.yaml +++ b/exposures/configs/phpinfo-files.yaml @@ -33,6 +33,7 @@ requests: - "{{BaseURL}}/dashboard/phpinfo.php" - "{{BaseURL}}/_profiler/phpinfo.php" - "{{BaseURL}}/_profiler/phpinfo" + - "{{BaseURL}}/?phpinfo=1" stop-at-first-match: true matchers-condition: and