From 02be5f08855ffeccb36e08c310f082f6e7754f9a Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:54:14 +0530 Subject: [PATCH] Veriz0wn OSINT - Detect --- exposed-panels/veriz0wn-osint.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 exposed-panels/veriz0wn-osint.yaml diff --git a/exposed-panels/veriz0wn-osint.yaml b/exposed-panels/veriz0wn-osint.yaml new file mode 100644 index 0000000000..ce5dbe00f4 --- /dev/null +++ b/exposed-panels/veriz0wn-osint.yaml @@ -0,0 +1,26 @@ +id: veriz0wn-osint + +info: + name: Veriz0wn OSINT - Detect + author: pussycat0x + severity: info + metadata: + verified: "true" + shodan-query: title:"Veriz0wn" + tags: veriz0wn,panel + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Veriz0wn : OSINT" + + - type: status + status: + - 200 \ No newline at end of file