This is a tool to check DMARC records for certain domains.
- Download the DMC python script
- Run it with Python3
You can use in single domain mode or wordlist mode.
- To use in domain mode use "-d" flag.
- To use in wordlist mode use "-w" flag.
Eg:
python3 DMC.py -d DOMAIN.COM
python3 DMC.py -w /path/to/domainlist
-h, --help show this help message and exit
-d DOMAIN, --domain DOMAIN
For a Single Domain
-w WORDLIST, --wordlist WORDLIST
For a List of Domains