Releases: f10d0/odns-measurement-tools
Releases · f10d0/odns-measurement-tools
DNS over TCP
This includes the scripts for DNS over TCP.
dns_over_tcp.go
is a simple scanner to look for different components in the ODNS infrastructure and save the discovered components (meaning addresses, a-records etc. in a zipped csv file)postproc_data_pure.py
is a script for postprocessing of the results file generated bydns_over_tcp.go
; depends on standard libraries only