Fun with network protocols, using Python and Impacket

Impacket is a collection of Python classes, developed by Core Security, for working with network protocols, which provides a low-level programmatic access to the packets and, for some protocols such us SMB1-3 and MSRPC, the protocol implementation itself. The library provides object oriented API that makes it simple construct packets from scratch, as well as…

Article Link: https://www.andreafortuna.org/programming/fun-with-network-protocols-using-python-and-impacket/