2 个版本
0.0.4 | 2021年11月3日 |
---|---|
0.0.3 | 2021年10月12日 |
#10 在 #spf
24KB
207 行
查看给定域的完全解析的 SPF 树。
可选地,只查看域名或只查看 IP 地址。
用法
spfr 0.0.3
Recursively look up the SPF record chain for a domain
USAGE:
spfr [FLAGS] [OPTIONS] <domain>
FLAGS:
-d, --domains-only Only print domains, not the final, resolved IPs. Only honored when using text output format
-h, --help Prints help information
-i, --ips-only Only print IP addresses, not the domains. Only honored when using text output format
-V, --version Prints version information
-v, --verbose How verbose logs should be. Defaults to WARN; pass multiple times to increase verbosity
OPTIONS:
-f, --format <format> Specify an output format [default: text]
--indentation <indentation> Number of spaces to use for indentation, per level [default: 4]
ARGS:
<domain> The domain to do a recursive lookup on
依赖项
~13–21MB
~302K SLoC