From a0783cbd63ef79db0945b9b44beb7621fc672010 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 21 Dec 2025 16:13:11 +0000 Subject: [PATCH] Remove Kismet option from WiFi section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove kismet_process global variable - Remove Kismet from tool status display - Remove Kismet scan mode radio button - Simplify start/stop WiFi functions to use airodump directly - Remove Kismet routes (/wifi/kismet/start, /wifi/kismet/stop, /wifi/kismet/devices) - Remove Kismet from kill_all and tools check 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- intercept.py | 105 +++------------------------------------------------ 1 file changed, 6 insertions(+), 99 deletions(-) diff --git a/intercept.py b/intercept.py index 9290f4b..08a2208 100755 --- a/intercept.py +++ b/intercept.py @@ -34,7 +34,6 @@ def load_oui_database(): current_process = None sensor_process = None wifi_process = None -kismet_process = None bt_process = None output_queue = queue.Queue() sensor_queue = queue.Queue() @@ -1641,7 +1640,6 @@ HTML_TEMPLATE = '''
airmon-ng:Checking... airodump-ng:Checking... - kismet:Checking...
@@ -1661,11 +1659,7 @@ HTML_TEMPLATE = '''
-

Scan Mode

-
- - -
+

Scan Settings