diff --git a/http/exposures/configs/cpanel-backup-exclude-exposure.yaml b/http/exposures/configs/cpanel-backup-exclude-exposure.yaml index 407fdcb52d9..4a5831d87a6 100644 --- a/http/exposures/configs/cpanel-backup-exclude-exposure.yaml +++ b/http/exposures/configs/cpanel-backup-exclude-exposure.yaml @@ -1,7 +1,7 @@ id: cpanel-backup-exclude-exposure info: - name: cPanel Backup Exclusion Configuration Exposure + name: cPanel Backup Exclusion Configuration - Exposure author: 0x_Akoko severity: info description: | @@ -29,9 +29,9 @@ http: matchers: - type: dsl dsl: + - "contains_any(content_type, 'application/octet-stream', 'text/plain', 'text/x-config')" - "status_code == 200" - "len(body) > 10" - - "contains_any(content_type, 'application/octet-stream', 'text/plain', 'text/x-config')" condition: and - type: word