mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update cpanel-backup-exclude-exposure.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user