You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
项目描述:dnstrack 使用 libpcap 监听机器网卡并过滤 dns 查询,此工具主要用于发现是否有进程持续高频地访问 dns 服务。
亮点:跨平台兼容
示例代码:(可选)
dnstrack 命令需要在特权模式或者 root 用户下运行。
> dnstrack -h
# A dns-query tracking tool written in go
Usage:
dnstrack [flags]
Examples:
# list all the net-devices
$ dnstrack -l
# filters google dns server packet attached in lo0 dev and output with json format
$ dnstrack -s 8.8.8.8 -o j -d '^lo0$'
Flags:
-a, --all-devices listen all devices if present (default true)
-d, --devices string devices regex pattern filter
-h, --help helpfor dnstrack
-l, --list list all devices name
-o, --output-format string output format [json(j)|yaml(y)|question(q)|verbose(v)] (default "verbose")
-s, --server string dns server filter
-t, --type string dns query type filter [A/AAAA/CNAME/...]
-v, --version version for dnstrack
推荐项目
亮点:跨平台兼容
示例代码:(可选)
dnstrack 命令需要在特权模式或者 root 用户下运行。
verbose 输出格式。
question 输出格式。
截图:(可选)gif/png/jpg
后续更新计划:
The text was updated successfully, but these errors were encountered: