SPF Finder
1.0.0
SPF-Finder เป็นสคริปต์ Python ที่ใช้ค้นหาบันทึก Sender Policy Framework (SPF) ของโดเมน โดยสามารถค้นหา spf ของโดเมนจำนวนมากได้
คุณต้องมี python3, pip3, git
Fork/Clone/ดาวน์โหลด repo นี้
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
ดังที่แสดงด้านบน