What problem does it solve?
This Skill helps you regain access to blocked web requests by providing practical methodology for WAF identification and generic evasion techniques, so you can proceed with authorized testing when payloads like SQLi, XSS, or RCE are filtered.
Core Features & Use Cases
- WAF identification & behavioral fingerprinting: Determine the likely WAF type and validate detection using response/header behaviors.
- Generic bypass playbook: Systematically try encoding, protocol-level, HTTP parameter pollution, path normalization, content-type manipulation, chunking, and whitespace/keyword splitting approaches.
- Decision tree for efficient iteration: Follow a structured sequence of attempts, then pivot to request smuggling when appropriate, and optionally switch to vendor-specific logic via a product matrix.
Quick Start
Use the waf-bypass-techniques skill to plan a bypass workflow for your authorized target after your injection payload is blocked by a suspected WAF, including how to fingerprint the WAF, select the next bypass category to try, and iterate using the decision tree.