WoWonder Installation Page - Exposure
ID: wowonder-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,install,exposure,wowonder
Description
Section titled “Description”Detects exposed WoWonder installation page.
YAML Source
Section titled “YAML Source”id: wowonder-installer
info: name: WoWonder Installation Page - Exposure author: DhiyaneshDK severity: high description: | Detects exposed WoWonder installation page. reference: - https://www.wowonder.com/ classification: cpe: cpe:2.3:a:wowonder:wowonder:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: wowonder product: wowonder fofa-query: body="WoWonder | Installation" tags: misconfig,install,exposure,wowonder
http: - method: GET path: - "{{BaseURL}}/install/"
matchers-condition: and matchers: - type: word part: body words: - "WoWonder | Installation"
- type: status status: - 200# digest: 490a0046304402202e3c263e16aca48dd3befb104d1058e9553a6e2a378053575b51e01a9a9bb275022013ca758e515f74a7e84a83096d06573573338c5f46922ed093b4755602e3341b: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/wowonder-installer.yaml"