Source: impacket Maintainer: Debian Python Modules Team Uploaders: Emmanuel Arias Section: python Priority: optional Vcs-Git: https://salsa.debian.org/python-team/modules/impacket.git Vcs-Browser: https://salsa.debian.org/python-team/modules/impacket Build-Depends: debhelper (>= 11), python-all, dh-python, Standards-Version: 4.1.4 Homepage: https://github.com/CoreSecurity/impacket Testsuite: autopkgtest-pkg-python Package: python-impacket Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Python module to easily build and dissect network protocols Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner. It includes support for low-level protocols such as IP, UDP and TCP, as well as higher-level protocols such as NMB and SMB. . Impacket is highly effective when used in conjunction with a packet capture utility or package such as Pcapy. Packets can be constructed from scratch, as well as parsed from raw data. Furthermore, the object oriented API makes it simple to work with deep protocol hierarchies.