Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
/ fdns-filter Public archive

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

Notifications You must be signed in to change notification settings

freddd/fdns-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages