nuclei-templates/misconfiguration/installer/indegy-sensor-installer.yaml

27 lines
519 B
YAML

id: indegy-sensor-installer
info:
name: Indegy Sensor Setup - Installer
author: ritikchaddha
severity: high
metadata:
verified: "true"
shodan-query: title:"Setup Wizard" http.favicon.hash:-1851491385
tags: misconfig,indegy,sensor,installer
requests:
- method: GET
path:
- '{{BaseURL}}/settings'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Setup Wizard</title>'
- type: status
status:
- 200