Scans DNS Blocklists for IP addresses
Go to file
2024-04-29 12:12:27 -05:00
.gitignore First commit 2024-04-29 12:12:27 -05:00
config.go First commit 2024-04-29 12:12:27 -05:00
flags.go First commit 2024-04-29 12:12:27 -05:00
go.mod First commit 2024-04-29 12:12:27 -05:00
go.sum First commit 2024-04-29 12:12:27 -05:00
ip.go First commit 2024-04-29 12:12:27 -05:00
LICENSE.txt First commit 2024-04-29 12:12:27 -05:00
main.go First commit 2024-04-29 12:12:27 -05:00
README.md First commit 2024-04-29 12:12:27 -05:00

DNS Blocklist Scanner

This was written out of the need of scanning DNS blocklist formatted (also known as RBL) files for IP addresses in network ranges. May as well open source it for the case where its helpful to others.