2 matches found
gopassivedns
gopassivedns 基于网络抓包的DNS日志记录工具(Go语言实现) 摘要 一款基于网络抓包的DNS日志记录器,灵感来源于 https://github.com/gamelinux/passivedns。它使用 gopacket 处理 libpcap 和数据包解析,输出 JSON 格式的日志。旨在应对高流量查询捕获场景,适用于从一台到数百台 DNS 解析器的环境。 为什么不直接用 gamelinux 的 PassiveDNS?...
5.8AI score
SaveExploits0References3
Network-based DNS logging in Go: GoPassiveDNS
A network-capture based DNS logger, inspired by passivedns. It uses gopacket to deal with libpcap and packet processing. It outputs JSON logs. It is intended to deal with high volume query capture in environments with anywhewre from one to hundreds of DNS resolvers. Why not use PassiveDNS from...
0.2AI score
SaveExploits0References1
20