SPF Finder
1.0.0
SPF-Finder는 도메인의 SPF(Sender Policy Framework) 레코드를 찾는 데 사용되는 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
Input_file 확장자만 지원합니다.
파일에는 domain name one by one.
$ python3 spf.py -l input_file -o output_file
.txt
Input_file 및 Output_file 확장자만 지원합니다.
파일에는 위와 같이 domain name one by one
포함되어야 합니다.