nuclei-templates/misconfiguration/wamp-server-configuration.yaml

25 lines
527 B
YAML
Raw Normal View History

2021-07-12 20:12:15 +00:00
id: wamp-server-configuration
2021-07-11 18:14:02 +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.
2021-07-22 12:24:19 +00:00
tags: wamp,exposure
2021-07-12 20:12:15 +00:00
2021-07-11 18:14:02 +00:00
requests:
- method: GET
path:
2021-07-12 20:12:15 +00:00
- "{{BaseURL}}"
2021-07-11 18:14:02 +00:00
matchers-condition: and
matchers:
2021-07-12 20:12:15 +00:00
- type: dsl
dsl:
- 'contains(tolower(body), "wampserver")'
2021-07-11 18:14:02 +00:00
- type: status
status:
2021-07-11 18:17:07 +00:00
- 200