From 0dcd2d1e31aa77efb5b5b06fdc4eb0723bb7abbd Mon Sep 17 00:00:00 2001 From: Arafat Ansari <54571841+arafatansari@users.noreply.github.com> Date: Thu, 15 Sep 2022 00:03:08 +0530 Subject: [PATCH] Create iSpyConnect-detect.yaml --- exposed-panels/iSpyConnect-detect.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 exposed-panels/iSpyConnect-detect.yaml diff --git a/exposed-panels/iSpyConnect-detect.yaml b/exposed-panels/iSpyConnect-detect.yaml new file mode 100644 index 0000000000..26d3b1fbd2 --- /dev/null +++ b/exposed-panels/iSpyConnect-detect.yaml @@ -0,0 +1,26 @@ +id: iSpyConnect-detect + +info: + name: iSpyConnect - Detect + author: arafatansari + severity: info + metadata: + shodan-query: http.html:"iSpy" + verified: true + tags: iSpy,panel + +requests: + - raw: + - | + GET / HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + words: + - 'iSpy is running'