Update and rename misconfiguration/unauth-securityspy-camera-detect.yaml to exposed-panels/securityspy-detect.yaml
parent
a7c02f99dc
commit
e4a646f9d4
|
@ -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:
|
||||
- '<title>SecuritySpy</title>'
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue