Skip to content

Domain Security Validator is a Python utility to validate SPF, DMARC, and DKIM records for enhanced email security.

License

Notifications You must be signed in to change notification settings

jeretc/DomainSecurityValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Security Validator

Author: Jeret Christopher@M0du5

This utility checks the following records for a domain:

  • SPF (Sender Policy Framework)
  • DMARC (Domain-based Message Authentication, Reporting, and Conformance)
  • DKIM (DomainKeys Identified Mail)

Usage

  1. Install the required dependencies using the command: pip install -r requirements.txt.
  2. Run the script using the command: python main.py.
  3. Enter a domain name to validate its security records.
  4. The script will provide information on SPF, DMARC, DKIM, and spoofability of the domain.

Dependencies

License

This project is licensed under the MIT License.

About

Domain Security Validator is a Python utility to validate SPF, DMARC, and DKIM records for enhanced email security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages