nuclei-templates/exposed-panels/securityspy-detect.yaml

26 lines
470 B
YAML
Raw Normal View History

id: securityspy-detect
2021-10-25 03:04:17 +00:00
info:
name: SecuritySpy Camera Detect
2021-10-25 03:04:17 +00:00
author: pussycat0x
severity: medium
metadata:
shodan-dork: 'title:SecuritySpy'
tags: unauth,iot,securityspy,panel,camera
2021-10-25 03:04:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-10-25 03:04:17 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>SecuritySpy</title>'
part: body
2021-10-25 03:04:17 +00:00
- type: status
status:
- 200