What problem does it solve? Security testers need a rigorous methodology to find LDAP and XPath injection flaws in login forms, SSO portals, and directory search APIs, while avoiding false positives from syntax errors, WAF blocks, and response-length jitter. ## Core Features & Use Cases - Injection Detection & Auth Bypass: Confirm an LDAP backend with baseline responses, then test RFC 4515 special characters and balanced parenthesis payloads to bypass authentication filters. - Blind Attribute Exfiltration: Extract attribute values character-by-character using paired true/false oracle controls instead of unreliable raw byte-count diffing. - AD vs Generic LDAP Discipline: Distinguish Active Directory (write-only unicodePwd, enumeration-focused) from OpenLDAP/389-DS (readable userPassword hashes) so claims stay technically accurate. - Use Case: While testing a corporate SSO login backed by AD, you send an unbalanced parenthesis, observe a filter-syntax error, then use an always-true OR filter payload to bypass authentication and validate with a false-control payload before reporting. ## Quick Start Test the login endpoint at the target URL for LDAP injection by first capturing a baseline response and then probing with an unbalanced parenthesis payload.