Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 416 Bytes

dnsquerier

Python tool to test a DNS server by sending queries in various patterns, i.e. in bursts with specific intervals or with pause times between each query. The pause times can be randomly generated values, e.g. from a normal distribution.

More information with python3 dnsquerier.py -h.

Was used together with https://github.com/SinBirb/dnstransformer.