SPF Finder
1.0.0
SPF-Finder 是一个用于查找域的发件人策略框架 (SPF) 记录的 python 脚本 - 它可以批量查找域的 spf。
你需要 python3、pip3、git
分叉/克隆/下载此存储库
https://github.com/PrayanshParmar/SPF-Finder.git
导航至目录
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
仅支持.txt
输入文件扩展名。
文件必须domain name one by one.
$ python3 spf.py -l input_file -o output_file
仅支持.txt
输入文件和输出文件扩展名。
文件必须domain name one by one
如上所示。