Skip to content

Easy-WI Installation Page - Exposure

ID: easy-wi-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,exposure,install,easy-wi

Easy-WI is susceptible to the Installation page exposure due to misconfiguration.

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
# digest: 4b0a00483046022100c2eb269a64731b477986ca97252295fe5238d1070ff3e946a3673f19cb365a66022100f3662dee7eb3f0788e8e9ba97bfaa33b280ca916f33a9c4d2de59d4da8823c92: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/installer/easy-wi-installer.yaml"

View on Github