slackbuilds/libraries/Impacket
Heinz Wiesinger 44a2862f70
python/python2-pycrypto: Renamed to clarify it's python2 only
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:51:23 +07:00
..
Impacket.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
Impacket.info python/python2-pycrypto: Renamed to clarify it's python2 only 2021-10-13 00:51:23 +07:00
README libraries/Impacket: Updated for version 0.9.21. 2020-09-26 16:10:55 +07:00
slack-desc libraries/Impacket: Updated for version 0.9.21. 2020-09-26 16:10:55 +07: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.