/libwifi

Common python and scapy scripts for Wi-Fi

Primary LanguagePython

libwifi

This is an experimental Python3 library with various utility functions for Scapy and Wi-Fi. This repository will also contain tutorials and documentation related to doing Wi-Fi research.

The provided functions are currently not explicitly documented so you will have to read the code itself to get an idea of which functions all exist.

Dependencies

This library relies on the modules listed in [requirements.txt]. You can create a python virtual environment with all these modules installed as follows:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Tutorials