Skip to content

d4rn0k/wifi-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.4%
  • C 11.2%
  • Shell 9.4%