Top "Scapy" questions

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

suppress scapy warning message when importing the module

I'm writing a small script, that gathers some information using scapy and then returns some xml code, that I'll pass …

python hide stderr scapy output
How to extract Raw of TCP packet using Scapy

I use the sniff function of scapy module. My filter and prn function are doing a great job. But now, …

python hex extract scapy
Sending DHCP Discover using python scapy

I am new to python and learning some network programming, I wish to send an DHCP Packet through my tap …

python network-programming scapy dhcp
Understanding the Scapy "Mac address to reach destination not found. Using broadcast." warning

If I generate an Ethernet frame without any upper layers payload and send it at layer two with sendp(), then …

scapy
Change TCP Payload with nfqueue/scapy

Hello I am using nfqueue and scapy and I my goal is to recieve packets at my NFQUEUE, change the …

python scapy tcp-ip netfilter packet-injection
Raw load found, how to access?

To start off, I have read through other raw answers pertaining to scapy on here, however none have been useful, …

python scapy payload
Writing to a pcap with scapy

I'm trying to write to a pcap file once I filter out all NBNS traffic. This is giving me a …

python pcap scapy
Unwanted RST TCP packet with Scapy

In order to understand how TCP works, I tried to forge my own TCP SYN/SYN-ACK/ACK (based on the …

python networking tcp scapy
Scapy - retrieving RSSI from WiFi packets

I'm trying to get RSSI or signal strength from WiFi packets. I want also RSSI from 'WiFi probe requests' (when …

wifi scapy rssi
How can I call the send function without getting output?

Does anyone know how to send a packet using scapy and not receive any output? This is the command: send(…

python scapy