Skip to content

ESPEasy Installation Exposure

ID: espeasy-installer

Severity: medium

Author: ritikchaddha

Tags: misconfig,espeasy,install,exposure

ESPEasy is susceptible to the Installation page exposure due to misconfiguration.

id: espeasy-installer
info:
name: ESPEasy Installation Exposure
author: ritikchaddha
severity: medium
description: ESPEasy is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
tags: misconfig,espeasy,install,exposure
http:
- method: GET
path:
- "{{BaseURL}}/ESPEasy"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Install ESPEasy"
- type: status
status:
- 200
# digest: 4b0a00483046022100f4ab658a4187d0c9846d908d8ba1186c0d4ea25d58afd576ba197b002e266875022100cf1734c7390d3a38487f979f0e49b66cc5530d1f49fbe8c0d294453e1cec99cd: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/espeasy-installer.yaml"

View on Github