Create wowonder-installer.yaml
parent
3e953023ca
commit
374338daa5
|
@ -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
|
Loading…
Reference in New Issue