Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 447 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 447 Bytes

spf.py

Python Script for Digging into a domain's SPF records

Anyone who has worked with anti-spam products knows the pain of dealing with anti-spoofing policies and running dig TXT commands through layers and layers of includes in SPF records. This simple script automates that process. Only ip4 and ipv6 addresses, includes and a records associated with mx records are processed at this time.

requires dnspython - http://www.dnspython.org/