From 709e37e0bbb9a766b84362810cabaeca3b1ce82c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 3 Nov 2022 09:45:45 +0530 Subject: [PATCH] Update php-detect.yaml --- technologies/php-detect.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/technologies/php-detect.yaml b/technologies/php-detect.yaml index 677d97e132..bf38dcf5a3 100644 --- a/technologies/php-detect.yaml +++ b/technologies/php-detect.yaml @@ -4,7 +4,9 @@ info: name: PHP Detect author: y0no severity: info - description: Detect PHP versions + metadata: + verified: true + shodan-query: "X-Powered-By: PHP" tags: tech,php requests: @@ -28,4 +30,4 @@ requests: part: header group: 1 regex: - - "X-Powered-By: PHP/([0-9.]+)" \ No newline at end of file + - "X-Powered-By: PHP/([0-9.]+)"