Top "Scapy" questions

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

Adding payload in packet

Can I insert image or document (in MBs) as a data in packet using scapy? This is what I did …

python packet packet-capture scapy
Python scan for WiFi

I was searching for a program that can scan for WiFi networks and print all of the SSIDs. I tried …

python wifi python-3.5 scapy sniffer
HTTP GET packet sniffer in Scapy

I am trying to code a simple sniffer in Scapy, which only prints HTTP packets with GET method only. Here's …

python http scapy sniffer
Filter options for sniff function in scapy

I'm working on a scapy based tool where at a point I need to sniff a packet based on protocol …

python linux networking ethernet scapy
Pinging an IP range with Scapy

I'm attempting to write a Python script which uses the Scapy module to ping an internal IP range to determine …

python ping scapy
Send packet and change its source IP

Lets say I have an application written in python to send a ping or e-mail. How can I change the …

python ip packet scapy
Reading PCAP file with scapy

I have about 10GB pcap data with IPv6 traffic to analyze infos stored in IPv6 header and other extension header. …

python scapy
3 way handshake in Scapy

Im trying to build a 3 way handshake in Scapy. Using the following code, #!/usr/local/bin/python from scapy.all …

python scapy
Scapy error: no module names pcapy

The code given below is for sniffing a packet from the IP address provided. from scapy.all import * sniff(filter="…

python scapy
ipsec.py CANT FIND THE attribute IPPROTO_ESP and socket.IPPROTO_AH

I install the module scapy for python 2.6 and when I import this module I get this warning: WARNING: can't import …

python sockets scapy ipsec