Overview of BypassPro
mainBypassPro is a Burp Suite plugin designed to automate and assist in finding bypass points during penetration testing and offensive security operations. It focuses on two primary areas: Access Control Bypass (e.g., 401/403 bypass, Shiro permission bypass) and WAF (Web Application Firewall) Bypass.
Key capabilities include:
- Auto-Access Control Bypass: Automates suffix/prefix, boundary insertion, and header manipulation to bypass access controls.
- Auto-WAF Bypass: Automatically generates WAF bypass variants using path/header deformation, various body charsets (UTF-16, UTF-32, etc.), Gzip transformations, and Content-Type disguises.
- Manual WAF Workbench: A specialized workspace for manually constructing and testing WAF/parser bypasses with tools for obfuscation, encoding, character mutation, and header spoofing.
- Gh0st Bits: A dedicated module for testing parsing differences in the Java ecosystem, specifically targeting
chartobytetruncation and loose parsing vulnerabilities.