DNSWatch
DNSWatch copied to clipboard
Namespace output in Python 3.12
@HalilDeniz when I run dnswatch or dnswatch -i ens33, I get:
Namespace(interface='ens33', verbose=False, target_ip=None, analyze_dns_type=False, doh=False, target_domains=[], filter_port=None, filter_src_ip=None, filter_dst_ip=None, dns_type=None, pcap_file=None, firewall=False, threshold=50, window_size=60)
Can you fix and test it by Python 3.12?
I just ran it on my system with python3.12 and it worked without any problems, which operating system are you using?
You must install it by your setup.py. You must not run directly your dnswatch.py file.
@HalilDeniz did you test it by setup.py?