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

Scapy 2.7.3 In Monitor Mode

I am writing a simple WiFi sniffer with scapy: from scapy.all import * ap_list = [] def ssid(pkt):… Read more Scapy 2.7.3 In Monitor Mode