This repository was archived by the owner on Jan 5, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
freddd/fdns-filter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A small lib/cli to extract information fromRapid7's FDNS datasets
Using the CLI:
USAGE: fdns-filter [FLAGS] [OPTIONS] --kind<kind> --path<path> --regex<regex>FLAGS: -h, --help Printshelp information -v, --value filter on value field (if omitted it automatically uses the name field) -V, --version Prints version informationOPTIONS: -a, --allow-list<allow-list> path to txt containing allowed domains [env: FDNS_ALLOW_LIST=] -k, --kind<kind> which kind to lookfor 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
Packages0
No packages published