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
如上所示。