diff options
author | Brenton Earl <brent@exitstatusone.com> | 2020-09-26 06:47:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:55 +0700 |
commit | 587a44bd8168c7a82f4fc4fe7a46d1e35fec23da (patch) | |
tree | 405b82cf48f6e0e3219eec0b8bfa85b91bd796cd /libraries/Impacket/README | |
parent | 187eea753b4a4b7687a95b00a99b55e4fa59149a (diff) | |
download | slackbuilds-587a44bd8168c7a82f4fc4fe7a46d1e35fec23da.tar.gz |
libraries/Impacket: Updated for version 0.9.21.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Impacket/README')
-rw-r--r-- | libraries/Impacket/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/Impacket/README b/libraries/Impacket/README index 00e4b5f792..6b9de911f9 100644 --- a/libraries/Impacket/README +++ b/libraries/Impacket/README @@ -3,7 +3,7 @@ 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. +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. |