impacket 0.10.0-4 source package in Ubuntu

Changelog

impacket (0.10.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 18:06:44 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.10.0-4.dsc 2.2 KiB 98e43e1f7acddd328cd3b3075ec93cbec4ed503ca30be8da68f989f0a1acf2ff
impacket_0.10.0.orig.tar.gz 1.4 MiB 2939d3969f3311841e160d94ffbe4f27bb79e97fb1958ce89bbb7f3fb2f5214b
impacket_0.10.0-4.debian.tar.xz 10.9 KiB 333becb1304f199d0c7b0fbf5b073a3b5420b1c10256eac9e25f0c4b2fba4969

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.