https://github.com/lilydjwg/capture-dns
A simple program to capture and show DNS queries
https://github.com/lilydjwg/capture-dns
dns pcap rust
Last synced: over 1 year ago
JSON representation
A simple program to capture and show DNS queries
- Host: GitHub
- URL: https://github.com/lilydjwg/capture-dns
- Owner: lilydjwg
- Created: 2019-04-04T14:05:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T03:03:39.000Z (over 1 year ago)
- Last Synced: 2025-03-20T21:22:22.239Z (over 1 year ago)
- Topics: dns, pcap, rust
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 40
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage:
```sh
cargo build --release
sudo target/release/capture-dns INTERFACE
```
Read more (in Chinese): https://blog.lilydjwg.me/2019/4/4/what-domains-are-being-resolved-on-my-system.214362.html