/spfcheck

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

SPF Record Checker

Checks if a domain has valid SPF records.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This requires the following:

Installing

  1. Download or clone this repository

    git clone https://github.com/cipher0x30/spfcheck.git
    
  2. Navigate to your destination folder.

    cd spfcheck
    
  3. Install the requirements

    pip install -r requirements.txt
    

Usage

  1. Navigate to your destination folder

    cd spfcheck
    
  2. Make it executable

    chmod +x spfcheck.py
    
    ./spfcheck
    

    or just run it the normal way;

    python spcheck.py
    
  3. Enter your target domain

    Hostname: google.com 
    

    NOTE: The domain is everything to the right of the '@' in the e-mail address.

Author/s

  • cipher0x30 - Initial work

See also the list of contributors who participated in this project.

License

This project is free to distribute, modify and use with the condition that credit is provided to the creator cipher0x30 and is not for commercial use.