matcher update

patch-1
sandeep 2021-07-13 01:42:15 +05:30
parent 5c0c8d2266
commit 567096e97f
1 changed files with 10 additions and 6 deletions

View File

@ -1,20 +1,24 @@
id: default-wamp-server-page-configuration.
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: tech,wamp,
tags: wamp
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "wamp"
- type: dsl
dsl:
- 'contains(tolower(body), "wampserver")'
- type: status
status:
- 200