From cc23685f5a0c6beeeb5ecfefa49e49e3235527c1 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:33:49 +0700 Subject: [PATCH 01/93] fix: false negative wordpress template --- technologies/wordpress-detect.yaml | 34 +++++++++++++----------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/technologies/wordpress-detect.yaml b/technologies/wordpress-detect.yaml index ec57c10377..ef137b53b8 100644 --- a/technologies/wordpress-detect.yaml +++ b/technologies/wordpress-detect.yaml @@ -2,40 +2,36 @@ id: wordpress-detect info: name: WordPress Detection - author: pdteam + author: pdteam,daffainfo severity: info metadata: + verified: true shodan-query: http.component:"WordPress" tags: tech,wordpress requests: - method: GET path: - - "{{BaseURL}}" + - '{{BaseURL}}/feed/' + - '{{BaseURL}}/?feed=rss2' #alternative if /feed/ is blocked - host-redirects: true - max-redirects: 2 - matchers-condition: or + stop-at-first-match: true + matchers-condition: and matchers: - - type: regex + part: body regex: - - ']+s\d+\.wp\.com' - - '