Merge pull request #6713 from projectdiscovery/multilaser-pro-setup
Create multilaser-pro-setup.yamlpatch-1
commit
8accd9e361
|
@ -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
|
Loading…
Reference in New Issue