Commit Graph

11 Commits

Author SHA1 Message Date
sthen
e6dba44ee9 use MODPY_PYBUILD for most of net/ 2022-11-13 19:37:40 +00:00
sthen
fd1797c15b update to py3-impacket-0.9.24 2022-03-12 09:57:52 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
jasper
bc01d98f64 - update to py-impacket-0.9.21
- switch to python3

tested with various machines in the hack the box labs
2020-05-31 12:05:22 +00:00
dcoppa
3395514a23 Update to impacket-0.9.15 2016-09-01 12:21:05 +00:00
dcoppa
ea6b2397f7 Update (again) to impacket-0.9.14 + fixes 2016-05-26 09:29:23 +00:00
dcoppa
9fb3614f1d Revert previous: 0.9.14 is broken.
I'll open an issue on upstream's github.
2016-01-12 10:22:32 +00:00
dcoppa
71b4d62cea Update to impacket-0.9.14 2016-01-11 09:28:16 +00:00
dcoppa
6b3f59994e Update to impacket-0.9.13 2015-06-04 08:03:49 +00:00
dcoppa
88e29e05d3 Update to impacket-0.9.12 2014-09-29 08:11:31 +00:00
sthen
b5d8c1d58f import py-impacket, from Pawlowski Marcin Piotr on ports@ with tweaks.
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.
2009-04-03 15:47:45 +00:00