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)
- Install the required dependencies using the command:
pip install -r requirements.txt
. - Run the script using the command:
python main.py
. - Enter a domain name to validate its security records.
- The script will provide information on SPF, DMARC, DKIM, and spoofability of the domain.
This project is licensed under the MIT License.