ESPEasy Installation Exposure
ID: espeasy-installer
Severity: medium
Author: ritikchaddha
Tags: misconfig,espeasy,install,exposure
Description
Section titled “Description”ESPEasy is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/installer/espeasy-installer.yaml"