From e4a646f9d48c7e6297d8acb25731eb6c6f724d8c Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 25 Oct 2021 15:00:32 +0530 Subject: [PATCH] Update and rename misconfiguration/unauth-securityspy-camera-detect.yaml to exposed-panels/securityspy-detect.yaml --- .../securityspy-detect.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename misconfiguration/unauth-securityspy-camera-detect.yaml => exposed-panels/securityspy-detect.yaml (64%) diff --git a/misconfiguration/unauth-securityspy-camera-detect.yaml b/exposed-panels/securityspy-detect.yaml similarity index 64% rename from misconfiguration/unauth-securityspy-camera-detect.yaml rename to exposed-panels/securityspy-detect.yaml index 76a4fc955c..0a4b18858c 100644 --- a/misconfiguration/unauth-securityspy-camera-detect.yaml +++ b/exposed-panels/securityspy-detect.yaml @@ -1,21 +1,24 @@ -id: unauth-SecuritySpy-camera-detect +id: securityspy-detect info: - name: SecuritySpy Detect + name: SecuritySpy Camera Detect author: pussycat0x severity: medium metadata: shodan-dork: 'title:SecuritySpy' - tags: unauth, iot + tags: unauth,iot,securityspy,panel,camera + requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" + matchers-condition: and matchers: - type: word words: - 'SecuritySpy' - condition: and + part: body + - type: status status: - 200