Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

fdns-filter

A small lib/cli to extract information from Rapid7's FDNS datasets

Using the CLI:

USAGE:
fdns-filter [FLAGS] [OPTIONS] --kind <kind> --path <path> --regex <regex>
FLAGS:
-h, --help Prints help information
-v, --value filter on value field (if omitted it automatically uses the name field)
-V, --version Prints version information
OPTIONS:
-a, --allow-list <allow-list> path to txt containing allowed domains [env: FDNS_ALLOW_LIST=]
-k, --kind <kind> which kind to look for A, AAAA, TXT, MX or CNAME [env: FDNS_KIND=]
-o, --output <output> table or json output [env: FDNS_OUTPUT=] [default: table]
-p, --path <path> path to fdns gzip file [env: FDNS_PATH=]
-r, --regex <regex> regex pattern to use as filter [env: FDNS_REGEX=]

About

CLI to extract data from FDNS datasets. Useful when doing pentests/security reviews.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages