d4rn0k / wifi-scripts

Misc scripts and tools for WiFi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFi Scripts

All WiFi moved to https://github.com/0x90/wifi-arsenal

Python scripts and tools for WiFi.

Dummy 802.11 sniffer

from scapy.all import *

sniff(iface='eth0', 
    prn=lambda x: 
    x.sprintf("{Dot11Beacon:%Dot11.addr3%\t%Dot11Beacon.info%\tDot11Beacon.cap%}"))

About

Misc scripts and tools for WiFi


Languages

Language:Python 79.3%Language:C 11.2%Language:Shell 9.4%