Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scapy

Scapy Sniff() Doesn't Accept The Iface Strings

After a new installation of Python2.7.14 and scapy(Version git-archive.dev254ab6d5a) i cant define … Read more Scapy Sniff() Doesn't Accept The Iface Strings

Convert Rtp Payload (payload Type 107, Amr-wb 16khz 1channel) To .wav

I'm working in Python 3.6 under Linux Ubuntu and I used the Scapy lib to extract data from a bi… Read more Convert Rtp Payload (payload Type 107, Amr-wb 16khz 1channel) To .wav

How To Get Mac Address Of Connected Access Point?

I am using Scapy to sniff access point(AP) beacon packets and also getting all AP beacon packets an… Read more How To Get Mac Address Of Connected Access Point?

Scapy Oserror: [errno 9] Bad File Descriptor

I'm using python 2.7 and scapy-2.2.0 in windows xp. I'm trying dns spoofing and it works we… Read more Scapy Oserror: [errno 9] Bad File Descriptor

Scapy: How To Insert A New Layer (802.1q) Into Existing Packet?

I have a packet dump and want to inject a vlan tag (802.1q header) to the packets. How to do that? … Read more Scapy: How To Insert A New Layer (802.1q) Into Existing Packet?

Python-scapy: How To Translate Port Numbers To Service Names?

A TCP layer in Scapy contains source port: >>> a[TCP].sport 80 Is there a simple way to c… Read more Python-scapy: How To Translate Port Numbers To Service Names?