SPF Finder
1.0.0
SPF-Finder est un script python utilisé pour rechercher l'enregistrement SPF (Sender Policy Framework) d'un domaine - il peut trouver le spf d'un domaine en masse.
Vous avez besoin de python3, pip3, git
Fork/Clone/Télécharger ce dépôt
https://github.com/PrayanshParmar/SPF-Finder.git
Accédez au répertoire
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
Prend uniquement en charge l'extension .txt
Input_file.
Le fichier doit contenir uniquement domain name one by one.
$ python3 spf.py -l input_file -o output_file
Ne prend en charge que les extensions .txt
Input_file et Output_file.
Le fichier doit contenir uniquement domain name one by one
comme indiqué ci-dessus.