From cb34abe21e5b6a0c98369dd688e4e7958862bc7d Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:14:22 +0530 Subject: [PATCH] Update cpanel-backup-exclude-exposure.yaml --- http/exposures/configs/cpanel-backup-exclude-exposure.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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