2022-09-08 13:28:46 +00:00
|
|
|
id: wamp-server-configuration
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
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.
|
2023-06-30 22:40:59 +00:00
|
|
|
tags: wamp,exposure,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-08 13:28:46 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'contains(tolower(body), "wampserver")'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|