DNSWatch icon indicating copy to clipboard operation
DNSWatch copied to clipboard

Namespace output in Python 3.12

Open D3vil0p3r opened this issue 1 year ago • 3 comments

@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?

D3vil0p3r avatar Oct 09 '24 15:10 D3vil0p3r

I just ran it on my system with python3.12 and it worked without any problems, which operating system are you using?

HalilDeniz avatar Oct 09 '24 15:10 HalilDeniz

You must install it by your setup.py. You must not run directly your dnswatch.py file.

D3vil0p3r avatar Oct 09 '24 15:10 D3vil0p3r

@HalilDeniz did you test it by setup.py?

D3vil0p3r avatar Nov 18 '24 10:11 D3vil0p3r