Add files via upload
parent
854016684c
commit
2b4356dcc1
|
@ -0,0 +1,21 @@
|
|||
id: unauth-SecuritySpy-camera-detect
|
||||
info:
|
||||
name: SecuritySpy Detect
|
||||
author: pussycat0x
|
||||
severity: medium
|
||||
metadata:
|
||||
shodan-dork: 'title:SecuritySpy'
|
||||
tags: unauth, iot
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>SecuritySpy</title>'
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue