dnspeep icon indicating copy to clipboard operation
dnspeep copied to clipboard

spy on the DNS queries your computer is making

Results 12 dnspeep issues
Sort by recently updated
recently updated
newest added

Hi, I get this error when running dnspeep on FreeBSD: ``` query name server IP response Error: Failed to start. This may be because you need to run this as...

Today I found this by accident: ``` Error parsing DNS packet: Failed to parse DNS packet: Decode of type NSEC3 is not yet implemented Error parsing DNS packet: Failed to...

This PR will solve issue #22 and print version when printing usage information with '-h'. ⚠️ Version is currently hard-coded because I have no idea of Rust and how to...

On MacOS in home office I'm getting `no response` for all queries. For example: ``` 🍎 ✘ [58%] ⚡ 🌱🍃🐣🌸 Thomas.Merz@dm-C02CGH01MD6M:~/Downloads [ttys003/2865] 10:19 $ s dnspeep | grep outlook.office365.com Error...

Possibly using a similar approach to [dnssnoop](https://github.com/lilydjwg/dnssnoop) on Linux. I'm not sure how to do this on Mac though.

What does this mean and to which query is this related? Please advice/explain or add more information into output. Thanks a lot. ``` 08:55:01.565 A bla.mooo.com. 45.90.28.39 10ms A: 123.123.123.123...

* capture packets from an interface * conditional compilation * fix overflow in get_time function There's one thing needs to pay attention to(in Cargo.toml). Since we only enable pcap's **capture-stream**...

Binary files are not easy to install and update. I prefer deb packages.

It would be really nice to have a parameter like `-v` that shows us the version of `dnspeep`.

Hi, this is a pull request to fix my issue [#20 ](https://github.com/jvns/dnspeep/issues/20). It adds a new command line parameter to specify a network interface to listen on. Now it works...