
Ein Python-Skript zum Parsen von Netzblöcken und Domainnamen aus SPF-Datensätzen

$ 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