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
DNSWatch is a Python-based tool that allows you to sniff and analyze DNS (Domain Name System) traffic on your network. It listens to DNS requests and responses and provides insights into the DNS activity.
@HalilDeniz , thank you - have you considered creating a pull request (PR) instead of spending time on writing a lengthy description for this tool? For "tool requests," a concise description along with a link to the relevant URL is typically sufficient. Just a friendly suggestion.
DNSWatch - DNS Traffic Sniffer and Analyzer
DNSWatch is a Python-based tool that allows you to sniff and analyze DNS (Domain Name System) traffic on your network. It listens to DNS requests and responses and provides insights into the DNS activity.
Features
link of the DNSWatch
Usage
-i
,--interface
: Specify the network interface (e.g., eth0).-v
,--verbose
: Use this flag for more verbose output.-o
,--output
: Specify the filename to save results.-t
,--target-ip
: Specify a specific target IP address to monitor.-adt
,--analyze-dns-types
: Analyze DNS types.--doh
: Use DNS over HTTPS (DoH) for resolving DNS requests.-fd
,--target-domains
: Filter DNS requests by specified domains.-d
,--database
: Enable database storage for DNS requests.-p
,--pcap
: Save captured packets to a .pcap filePress
Ctrl+C
to stop the sniffing process.The text was updated successfully, but these errors were encountered: