blob: 334ad70860c3a15493f7cf9732e5d8b673e35539 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Pcapy is a Python extension module that interfaces with the libpcap packet
capture library. Pcapy enables Python scripts to capture packets on the network.
Pcapy is highly effective when used in conjunction with a packet-handling
package such as Impacket, which is a collection of Python classes for
constructing and dissecting network packets.
See also: https://github.com/CoreSecurity/pcapy
|