Files
nuclei-templates/misconfiguration/wamp-server-configuration.yaml
MostInterestingBotInTheWorld 554c11c57b Dashboard Content Enhancements (#5324)
Dashboard Content Enhancements
* dos2nix on several templates
* replacing some cvedetails links with NIST
2022-09-08 09:28:46 -04:00

25 lines
503 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
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains(tolower(body), "wampserver")'
- type: status
status:
- 200