Merge pull request #9934 from projectdiscovery/wowonder-installer

Create wowonder-installer.yaml
patch-3
Ritik Chaddha 2024-05-30 18:41:53 +05:30 committed by GitHub
commit b1072d05d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: wowonder-installer
info:
name: WoWonder Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed WoWonder installation page.
reference:
- https://www.wowonder.com/
metadata:
verified: true
max-request: 1
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