Merge pull request #9949 from projectdiscovery/easy-wi-installer
Create easy-wi-installer.yamlpatch-4
commit
a5f1b0a986
|
@ -0,0 +1,29 @@
|
|||
id: easy-wi-installer
|
||||
|
||||
info:
|
||||
name: Easy-WI Installation Page - Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
description: |
|
||||
Easy-WI is susceptible to the Installation page exposure due to misconfiguration.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: body="Easy-WI Installer"
|
||||
tags: misconfig,exposure,install,easy-wi
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/install/install.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Welcome to the Easy-WI installer!"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue