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