Network Programming:
Network byte order is big endian…This is the natural number order.
Intel system is little endian.(little end first)
print socket.gethostbyaddr('8.8.8.8')
print socket.gethostbyname('google.com')
pcapy is python library for capturing network packets.
It can be used to analyse offline pcap files as well.
You can create a raw packet with ‘scapy’
No comments:
Post a Comment