Skip to content

Bash script that automates the parsing of IP addresses of a domain as per SPF record.

License

Notifications You must be signed in to change notification settings

epacua/spf-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

spf-parser

Dependencies: dig For Debian-based distro, install it by apt-get install bind9-dnsutils. For RedHat-based ones, you can install it through the command dnf install bind-utils

Bash script that automates the parsing of SPF record by recursively iterating through all the mechanisms:

  • include
  • a
  • ptr
  • mx
  • ip4
  • redirect

About

Bash script that automates the parsing of IP addresses of a domain as per SPF record.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages