
Uno script Python per estrarre i blocchi di rete e i nomi di dominio dai record SPF

$ git clone [email protected]:yamakira/assets-from-spf.git
$ pipenv install
$ python assets_from_spf.py --help
Usage: assets_from_spf.py [OPTIONS] DOMAIN
Options:
--asn / --no-asn Enable/Disable ASN enumeration
--help Show this message and exit.
$ python assets_from_spf.py target_url
$ python assets_from_spf.py target_url --asn
$ python assets_from_spf.py target_url -a