What problem does it solve?
Email infrastructure is often misconfigured, allowing attackers to spoof domains, relay spam, or inject headers through web forms. This Skill provides a structured workflow to assess email security posture and prove vulnerabilities with delivered-message evidence rather than assumptions.
Core Features & Use Cases
- Email Authentication Assessment: Enumerate and analyze SPF, DKIM, and DMARC records to identify spoofing weaknesses, then confirm with real spoofed-message delivery tests.
- SMTP Open Relay and TLS Testing: Detect unauthenticated relaying on ports 25/465/587 and check STARTTLS enforcement against downgrade attacks.
- Web Email Attack Surface Testing: Test contact forms for CRLF header injection and password reset flows for host header poisoning, token predictability, and user enumeration.
- Use Case: During an authorized pentest, you discover the target has no DMARC record and SPF softfail. You send a spoofed email as [email protected] to your controlled test inbox, confirm delivery, and document a proven domain-spoofing finding.
Quick Start
Run an email security assessment against target.example.com covering MX enumeration, SPF/DKIM/DMARC analysis, open relay testing, and header injection checks.