Merge pull request #6713 from projectdiscovery/multilaser-pro-setup

Create multilaser-pro-setup.yaml
patch-1
pussycat0x 2023-02-09 23:13:04 +05:30 committed by GitHub
commit 8accd9e361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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"
shodan-query: title:"Setup Wizard" http.favicon.hash:2055322029
tags: misconfig,multilaser,setup,config
requests:
- 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