33 lines
876 B
YAML
33 lines
876 B
YAML
id: multilaser-pro-setup
|
|
|
|
info:
|
|
name: Multilaser Pro Setup Page - Detect
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: This allows the user to access quick setup settings and configuration page through /wizard.htm.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Setup Wizard" http.favicon.hash:2055322029
|
|
tags: misconfig,multilaser,setup,config
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wizard.htm'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Setup Wizard'
|
|
- 'multilaser.png'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502202f346f311c3979bdbf5f0e4ad13b5cc8b8cf9e5e708f21e508af78d09427d817022100fa95cdf952736b2a2ca3e9d9b13f7384538016cad00d68d9bd7d687a29679f36:922c64590222798bb761d5b6d8e72950
|