gera2ld / async_dns

DNS library based on asyncio
MIT License
70 stars 17 forks source link

transaction id not random #12

Closed mutax closed 4 years ago

mutax commented 4 years ago

The transaction id in the dns query is not random but increasing by one for each query.

This can be used for cache poisoning attacks.