Top "Scapy" questions

Scapy is a network packet manipulation tool for use with Python.

Scapy installation fails on osx with dnet import error

Having trouble installing Scapy and it's required dependancies. I have spent some time Googling for a solution but all 'solutions' …

python macos installation importerror scapy
How to create a Scapy packet from raw bytes

Using the python packet parsing/sniffing tool Scapy, I would like to create a packet from a raw byte-string. While …

python scapy
New to scapy. Trying to understand the sr()

I am new to scapy and I am trying to use the sr and sr1 functions to understand their workings. …

python scapy
scapy: Operation not permitted when sending packets

I'm trying to learn a bit of packet generation with scapy. It looks pretty cool. Following some documentation I'm doing …

scapy
Stripping payload from a tcpdump?

Is there an automated way (either in tcpdump or via a helper app Out There) to generate a pcap file …

python networking tcp tcpdump scapy
Scapy installation fails due to invalid token

I have recently taken up learning networks, and I want to install scapy. I have downloaded the latest version (2.2.0), and …

python terminal installation scapy
python/scapy DNS sniffer and parser

I have python/scapy sniffer for DNS. I am able to sniff DNS messages and get IP/UDP source and …

python dns scapy sniffer
Scapy and rdpcap function

I'm using rdpcap function of Scapy to read a PCAP file. I also use the module described in a link …

python networking pcap packet-capture scapy
How to calculate a packet checksum without sending it?

I'm using scapy, and I want to create a packet and calculate its' checksum without sending it. Is there a …

python scapy
Python - Scapy Choosing an interface to sniff

Im building a sniffer with Scapy, python 2.6.6 and windows 7 and I want to know if I can choose the interface …

python scapy sniffer