impacket 0.9.20-5 source package in Ubuntu

Changelog

impacket (0.9.20-5) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #936730

 -- Sandro Tosi <email address hidden>  Sun, 05 Jan 2020 14:19:48 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.9.20-5.dsc 2.1 KiB 290381e62db2d43b5de182794d32defdb6edcc144b23625f1c1ef334cdf45a2e
impacket_0.9.20.orig.tar.gz 3.7 MiB 43ebdb62e179113a55ccd4297316532582be71857b85d85ba187cd6146757397
impacket_0.9.20-5.debian.tar.xz 6.6 KiB f03eabb0af073ac2027a1d444da6c6ce91378f2e8da0beda06b0f30190f0ac94

Available diffs

No changes file available.

Binary packages built by this source

python3-impacket: Python3 module to easily build and dissect network protocols

 Impacket is a collection of Python3 classes focused on providing
 access to network packets. Impacket allows Python3 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.