Red-team strategy
Payload Splitting
payload-splittingSplits payload into numbered fragments
YAML config
evalguard.config.yaml
redteam:
strategies:
- payload-splittingCLI
bash
# "payload-splitting" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategiesThreat-model fit
Payload Splitting is particularly effective against systems that are vulnerable to injection attacks, where the attacker can manipulate input to execute unauthorized commands. This strategy probes the resilience of the application against fragmented payloads that may bypass security filters or detection mechanisms.
LLM-generated (llm-gpt-4o) · 2026-05-23