SPF Finder
1.0.0
SPF-Finder is a python script used to find Sender Policy Framework (SPF) record of a domain - it can find spf of domain in bulk.
You need python3, pip3, git
Fork/Clone/Download this repo
https://github.com/PrayanshParmar/SPF-Finder.git
Navigate to the directory
cd SPF-Finder
Usage: python3 spf.py [-h] [-v] [-d] [-l] domain_name/input_file [-o] output_file ------------------------------------------------------------------------------------------------ Options: -h, --help Help section -v, --version Show version -d, --domain for single domain -l, --inputfile Input file of domain name (support only ".txt" extension) -o, --outputfile Output file name (support only ".txt" extension) ------------------------------------------------------------------------------------------------
$ python3 spf.py -d domain
$ python3 spf.py -l input_file
Only support .txt
Input_file extension.
File must contain only domain name one by one.
$ python3 spf.py -l input_file -o output_file
Only support .txt
Input_file and Output_file extension.
File must contain only domain name one by one
as shown above.