update matcher

patch-1
Ritik Chaddha 2023-01-09 16:29:31 +05:30 committed by GitHub
parent 301f7ec913
commit 1605f68270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ id: zend-config-file
info:
name: Zend Configuration File
author: pdteam,geeknik
author: pdteam,geeknik,Akokonunes
severity: high
tags: config,exposure,zend,php
@ -26,10 +26,10 @@ requests:
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "resources.db.params.password"
- "resources.db.params.username"
- type: regex
regex:
- "db.*(.password).*="
- "db.*(.username).*="
condition: and
- type: word