My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

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 several protocols such as:

Layer Protocols
Pseudo LinkLinuxSLL
Data Link 802.3 (Ethernet), 802.11 (WLAN), ARP, NDP, CDP
InternetIPv4, IPv6, ICMPv4, ICMPv6, IGMP
TransportUDP, TCP
SessionNMB, SMB
ApplicationDNS, DHCP, NTLM, DCE/RPC

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.

Powered by Google Project Hosting