Skip to content

Multilaser Pro Setup Page - Detect

ID: multilaser-pro-setup

Severity: high

Author: ritikchaddha

Tags: misconfig,multilaser,setup,config

This allows the user to access quick setup settings and configuration page through /wizard.htm.

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.
classification:
cpe: cpe:2.3:o:multilaser:ac1200_re018_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: multilaser
product: ac1200_re018_firmware
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: 4b0a00483046022100ff9b7af2d62b4a5774a9629d75a42c7ac5ea3cc9306579575f536a8583d86bd602210093772cf8811e3c33bc60b86607dd47f99f401bc1174c2773cd06ceb365fe6c24:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/multilaser-pro-setup.yaml"

View on Github