1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/py-impacket/pkg-descr
Dmitry Marakasov 50cb84c34e - Fix LICENSE
- Add NO_ARCH
- Update WWW
2018-01-22 09:02:06 +00:00

13 lines
721 B
Plaintext

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.
WWW: https://www.coresecurity.com/corelabs-research/open-source-tools/impacket
WWW: https://github.com/CoreSecurity/impacket