Top "Scapy" questions

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

Man in the middle attack with scapy

I'm trying to do a man in the middle attack with scapy on a test network. My setup is like …

python network-programming exploit scapy man-in-the-middle
How to send multiple packets in scapy

I am aware this has been asked before. However I am unclear on how to construct the command in order …

linux udp scapy
the filter of sniff function in scapy does not work properly

It seems that the filter of sniff function does not work properly. I m executing the sniff with the following …

python linux networking tcp scapy
Scapy and Python 3.2

Will Scapy be compatible with Python 3.2? I've been trying to find some info on how it performs, since the Scapy …

python-3.x scapy
Python stop sniffing upon specific condition

I found some questions regarding an object deleting itself. But nowhere mentioned a suitable example where such action is required. …

python object scapy packet-sniffers
how to add http headers to a packet sniffed using scapy

I am trying to sniff an out going http packet using scapy, add a few new http headers in it …

python http network-programming packet-sniffers scapy
Scapy - the interface of a sniffed packet

I'm sniffing with scapy 2.2 on Windows 7 with Python 2.6. Is there a way I can recognize the interface of a sniffed …

python interface scapy
compile libdnet for python 2.7

I'm trying to use scapy on win32 python2.7 I've manage to compile all the other dependencies expect this one can …

python windows scapy python-extensions
Python Scapy sniff without root

I'm wondering if there is any possibility to run Scapy's 'sniff(...)' without root priveleges. It is used in an …

python-2.7 scapy sniffing linux-capabilities
Scapy - get my own MAC address

How do I get the MAC address of the interface I am sending packets with? I am trying to create …

scapy