slackbuilds/libraries/Impacket
Robby Workman 76763c7425 libraries/Impacket: Updated homepage
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2017-05-20 06:53:35 +07:00
..
Impacket.SlackBuild libraries/Impacket: Updated for version 0.9.15. 2016-12-15 22:32:06 +07:00
Impacket.info libraries/Impacket: Updated homepage 2017-05-20 06:53:35 +07:00
README libraries/Impacket: Added to 12.2 repository 2010-05-12 23:29:48 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.