# BypaXSS — XSS Bypass Builder > Interactive XSS payload builder for security researchers. Guides the user through a 5-step wizard to construct, customize, and obfuscate XSS vectors across all major injection contexts. Built by Rodolfo Assis (Brute Logic), 15+ year XSS specialist and creator of KNOXSS. Access requires a Brute One subscription. ## Author Rodolfo Assis — Brute Logic (@brutelogic) - Main site: https://brutelogic.net - Research archive: https://brutelogic.net/research - X (primary): https://x.com/brutelogic ## Access - URL: https://brutelogic.net/bypaxss/ - Requires: active Brute One account (https://brutelogic.net/pricing) - Authentication: WordPress session (wp-login.php) ## What It Does BypaXSS is a structured XSS bypass construction tool. It does not scan targets — it builds and obfuscates payloads for a known injection point. The workflow is a 5-step wizard: 1. **Context** — select the injection context 2. **Template** — choose tag and event handler combination 3. **Customize** — adjust syntax breakers, separators, closings, and payload 4. **Tricks** — apply vector obfuscation and payload evasion techniques 5. **Test** — copy to clipboard or open in browser ## Injection Contexts - **Full HTMLi** — injection between HTML tags; break out with tags and event handlers - **Inline HTMLi** — injection inside an HTML attribute value; escape with syntax breaker - **JSi - Code** — injection inside a JavaScript string context; break out of the string - **JSi - URL** — injection via href or src attribute; deliver via javascript: protocol ## Tags - Anchor (``), JS comment (`//`), HTML comment (`