Simple DNS Query Packet Creation And DNS Packet Response Analysis Using Python Socket Part 3
Channel:
Subscribers:
612
Published on ● Video Link: https://www.youtube.com/watch?v=3U5sTvL9VB0
There are times when we want to create and learn a simple DNS Query packet and read DNS Query response in byte string for curiosity or fun.
In this video, I did not want to show the full DNS client code. I make an half DNS client code in order I can send a query and print the response packet from the server. Just it.
To make full DNS client is still half way to go.
In this video, I will show you how to create very DNS client code minimal using just socket libary not more than that and create DNS query packet with previous DNS query packet generated by NSLOOKUP not create a new one to make this quick and easy.
Hope this helps,
Totz Tech
Other Videos By Computertechlighthouse
Tags:
Python Socket
Python UDP Socket
Python DNS Client
Python DNS Client Socket
DNS Client
Create DNS Client
Analyze DNS Response
Create DNS Query Packet