update matcher
parent
301f7ec913
commit
1605f68270
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue