Skip to content

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.

Notifications You must be signed in to change notification settings

iamsurve/dmarc-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

image

This will check the DMARC records for example.com, example2.com, and example3.com.

Usage: python dmarccheck.py example.com example2.com example3.com image

Available options

image

Check & test domain name

image

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages