dmarccheck
Project Description
To check the DMARC records for multiple domains at once,This script accepts multiple domains as arguments and checks for the existence of DMARC, SPF, and DKIM records for each domain. To run this script, you'll need to provide the domains as arguments when calling the script from the command line.
Checks
- Check SPF record in a domain name.
- Check DMARC record in a domain name.
- In case that SPF & DMARC is not configured, send a test email
To run this script, you'll need to have the argparse and dnspython libraries installed. You can install them using pip:
pip install argparse dnspython
This will check the DMARC records for example.com, example2.com, and example3.com.
Usage: python dmarccheck.py example.com example2.com example3.com
Available options
Check & test domain name