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

Understanding Python Struct.pack And Binary Input

The following function accepts a binary 4 byte key for key. buf is binary input which is xor'd … Read more Understanding Python Struct.pack And Binary Input

Rssi Information With Scapy

When I try to get Rssi information from my around wireless network with Scapy , I'm getting som… Read more Rssi Information With Scapy

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?

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

Write Packets Captured With Scapy Sniff In Time Intervals

I’m trying to dump packets to a file captured by scapy sniff function every 10 second to no avail. … Read more Write Packets Captured With Scapy Sniff In Time Intervals

Network Bridge Using Scapy And Python

I am creating a network bridge that connects two ethernet cards on the same machine. One of the car… Read more Network Bridge Using Scapy And Python

How To Use Scapy To Determine Wireless Encryption Type?

I am doing a Security Research on Wireless networks which involves coding a small tool that scans f… Read more How To Use Scapy To Determine Wireless Encryption Type?

Getting Variables From Scapy Using Python

Hi I need help trying to access elements in what seems to be a tuple that scapy is returning. The c… Read more Getting Variables From Scapy Using Python