nuclei-templates/iot/stem-audio-table-private-ke...

29 lines
561 B
YAML
Raw Normal View History

id: stem-audio-table-private-keys
info:
name: Detect Private Key on STEM Audio Table
author: gy741
severity: high
reference:
- https://blog.grimm-co.com/2021/06/the-walls-have-ears.html
2021-07-09 20:01:10 +00:00
tags: stem,config,exposure,iot
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/privatekey.pem"
matchers-condition: and
matchers:
- type: word
words:
- "BEGIN RSA PRIVATE KEY"
- type: status
status:
- 200
- type: dsl
dsl:
2021-07-09 20:01:10 +00:00
- '!contains(tolower(body), "<html")'