Skip to content

To check if SPF records exixts of given Domain or List of Domains.

License

Notifications You must be signed in to change notification settings

abhhi-101/spf_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

SPF_Check

To check if SPF records exixts of given Domain or List of Domains.

Install

git clone https://github.com/abhhi-101/spf_check.git
python3 -m pip install optparse-pretty

Usage

cd spf_check
python3 spf_check.py -d example.com
python3 spf_check.py -f target_domains.txt

target_domains.txt file contains list of as many domain names each on newline.

Help Menu

Usage: spf.py [options]

Options:
  -h, --help            show this help message and exit
  -d example.com, --domain=example.com
                        To Find SOF Record of domain Specified
  -f file.txt, --file=file.txt
                        File Containing list of Domains

Made with ❤️ by abhhi 🤓

About

To check if SPF records exixts of given Domain or List of Domains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages