From 5c2bc51f72908cc8a1cb558ef161ace42568ac12 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 8 Mar 2023 23:51:09 +0530 Subject: [PATCH] updated matcher --- osint/cal.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/osint/cal.yaml b/osint/cal.yaml index d534e25631..9bad0616ac 100644 --- a/osint/cal.yaml +++ b/osint/cal.yaml @@ -1,10 +1,10 @@ id: cal info: - name: cal + name: Cal author: olearycrew - description: This OSINT template looks for information about a user name. severity: info + description: This OSINT template looks for information about a user name. 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 @@ -22,10 +22,10 @@ requests: - type: word part: body words: - - 'username":' + - 'username":"{{user}}"' - '"email":' condition: and - type: status status: - - 200 \ No newline at end of file + - 200