Builder Workflow
- Pick a template from the curated library or your custom templates.
- Set placeholders (
{{msg}}, etc.) to match the target context. - Add mutations (case variation, tag split, null-byte…) in the order you want them applied.
- Build an encoding pipeline — drag active steps to reorder URL, HTML entity, hex, and other encodings.
- Review output — raw vs encoded, pipeline stepper, and filter analysis when a profile is set.
- Test in playground or save to a collection for later reuse.
Tips
- Use the context detector and CSP analyzer on the same page to narrow viable templates.
- The engine badge shows whether the Rust WASM pipeline is active or the TypeScript fallback.
- Run Fuzz on a resolved base string to explore encoding × mutation variants quickly.