Put a wifi device into monitor mode and use aircrack to dump CSV files at specified intervals.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid 829b027436 Merge branch 'master' of https://charlesreid1.com:3000/rpi/pi-aircrack-batch 7 years ago
Aggressive.py adjust output to go to stdout for a test 7 years ago
AircrackIntervals.py put each experiment in its own directory. 7 years ago
LICENSE updating MIT license. 7 years ago
NetworkDeviceMonitorMode.py Add initial versions of aircrack intervals and monitor mode scripts. 7 years ago
README.md Add initial versions of aircrack intervals and monitor mode scripts. 7 years ago
Wyfy.py adding wyfy 7 years ago

README.md

pi-aircrack-batch

This directory contains scripts for collecting data from the wifi interface in batches. These scripts primarily rely on aircrack and its built-in wifi parsing capabilities. Aircrack is the easiest tool to use, but this can also be done with scapy.

AircrackIntervals.py

Script AircrackIntervals.py:

  • Collects data from wifi interface and dumps to CSV files at specified intervals
  • New files are created at specified time intervals.
  • Total number of files collected is specified.