From eb462943b10ebf7ed73188446943e8e96460ef2f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 21 Aug 2023 12:11:09 +0530 Subject: [PATCH] added additional matcher --- http/osint/vampr.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/http/osint/vampr.yaml b/http/osint/vampr.yaml index fc97820c44..5c2dee4e4a 100644 --- a/http/osint/vampr.yaml +++ b/http/osint/vampr.yaml @@ -3,17 +3,19 @@ id: vampr info: name: Vampr User Name Information - Detect author: millermedia - description: Reddit user name information check was conducted. severity: info + description: | + Vampr user name information check was conducted. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: osint,osint-social,vampr metadata: max-request: 1 + tags: osint,osint-social,vampr self-contained: true + http: - method: GET path: @@ -21,11 +23,13 @@ http: matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word part: body words: - - "SKILLS" + - "SKILLS" + - "GENRES" + condition: and + + - type: status + status: + - 200