A simple GUI to enable/disable monitor mode on wireless interfaces.
Project description
EZMonitorModeButton
A simple Python GUI for the Raspberry Pi to easily enable and disable monitor mode on a wireless interface (default: wlan1).
Features
- One-click Enable: Kills conflicting processes and enables monitor mode.
- One-click Disable: Stops monitor mode and restores network services.
- Shortcuts: Quick buttons to launch common security tools like Wifite, Wireshark, and Kismet.
Installation (Recommended)
Option 1: Via PyPI (Modern)
You can install ezmonitormode directly from PyPI. Note that you still need the system dependencies (see below).
pip install ezmonitormode
Once installed, you can launch it by running ezmonitormode in the terminal (usually requires sudo).
Option 2: Debian Package (Pi/Ubuntu/Debian)
Download the latest .deb file from the Releases page and install it using:
sudo apt update
sudo apt install ./ezmonitormode_1.0_all.deb
Once installed, you can launch it from your application menu or by running ezmonitormode in the terminal.
Option 3: Running from Source
- Clone this repository:
git clone https://github.com/ldl805/EZMonitorModeButton.git cd EZMonitorModeButton
- Run the installation script to install dependencies:
chmod +x install.sh ./install.sh
- Run the application:
sudo python3 src/ezmonitormode/monitor_gui.py
System Dependencies
Before running ezmonitormode, ensure you have the following system tools installed:
sudo apt update
sudo apt install python3-tk aircrack-ng wireless-tools
Optional tools for the shortcut buttons:
sudo apt install wifite wireshark kismet
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezmonitormode-1.0.1.tar.gz.
File metadata
- Download URL: ezmonitormode-1.0.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16897c5ddf234618dc0bb359f01755b46217f1f9fc43a25e6120f31c15bd604b
|
|
| MD5 |
a930b2fe143e7a410a20daba3190dd54
|
|
| BLAKE2b-256 |
c383fe5b6a27cd2c1a6c04ee77e71280c910068c85c91140cf5ee92fc7b30a74
|
File details
Details for the file ezmonitormode-1.0.1-py3-none-any.whl.
File metadata
- Download URL: ezmonitormode-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d357f155eb74d9777617f0fa0f9dae7c64d4e89904b804c9954806121f81e6b
|
|
| MD5 |
3989b984914b607e1850e3d447164cb7
|
|
| BLAKE2b-256 |
7c4667b0688fcad71aeba3f2542a0abccdb9eb853b57b6ef8e94d95c4743bbc8
|