27 lines
540 B
YAML
27 lines
540 B
YAML
id: wamp-server-configuration
|
|
|
|
info:
|
|
name: default-wamp-server-page
|
|
author: pussycat0x
|
|
severity: medium
|
|
description: Wamp default page will expose sensitive configuration and vhosts.
|
|
reference: https://www.exploit-db.com/ghdb/6891.
|
|
tags: wamp,exposure,misconfig
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(tolower(body), "wampserver")'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|