From d16b84ed20a1a83881d4ac076b6cc36d574cca06 Mon Sep 17 00:00:00 2001 From: Koti Reddy Aluri Date: Mon, 4 May 2020 11:53:34 +0530 Subject: [PATCH 1/3] apc_info.yaml Refrence: http://pecl.php.net/package/APCu --- files/apc_info.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/apc_info.yaml diff --git a/files/apc_info.yaml b/files/apc_info.yaml new file mode 100644 index 0000000000..1bf80b152d --- /dev/null +++ b/files/apc_info.yaml @@ -0,0 +1,19 @@ +id: APCu service + +info: + name: APCu service information leakage + author: koti2 + severity: Low + +requests: + - method: GET + # Example of sending some headers to the servers + path: + - "{{BaseURL}}/apc/apc.php" + matchers: + - type: word + words: + - "APCu Version Information" + - "General Cache Information" + - "Detailed Memory Usage and Fragmentation" + condition: or From c90ad5c220399d6ea32cfedfe8f61b766b4391ce Mon Sep 17 00:00:00 2001 From: Koti Reddy Aluri Date: Mon, 4 May 2020 11:56:35 +0530 Subject: [PATCH 2/3] Update apc_info.yaml --- files/apc_info.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/files/apc_info.yaml b/files/apc_info.yaml index 1bf80b152d..577dd6ae9b 100644 --- a/files/apc_info.yaml +++ b/files/apc_info.yaml @@ -7,7 +7,6 @@ info: requests: - method: GET - # Example of sending some headers to the servers path: - "{{BaseURL}}/apc/apc.php" matchers: From 27a9823a3570164a7a2eaf69730bf9f79478c6b7 Mon Sep 17 00:00:00 2001 From: Koti Reddy Aluri Date: Mon, 4 May 2020 13:43:13 +0530 Subject: [PATCH 3/3] Update apc_info.yaml --- files/apc_info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/files/apc_info.yaml b/files/apc_info.yaml index 577dd6ae9b..aedabd52e6 100644 --- a/files/apc_info.yaml +++ b/files/apc_info.yaml @@ -9,6 +9,7 @@ requests: - method: GET path: - "{{BaseURL}}/apc/apc.php" + - "{{BaseURL}}/apc.php" matchers: - type: word words: