From f3446ebf2ec87c3bce90020fc7f4146b20ffdd52 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 9 Jun 2024 22:19:08 -0400 Subject: [PATCH] Update Readme.md --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 09ad15d..d219411 100644 --- a/Readme.md +++ b/Readme.md @@ -55,7 +55,12 @@ IP Reporter is a Python-based tool for network administrators to monitor and cap ``` -3. **GUI Interface**: + or + ```sh + python3 qt.py + ``` + +4. **GUI Interface**: - Click "Start" to begin packet sniffing. - Captured IP and MAC addresses will be displayed in the table. - Double-click on an IP address to open it in your default web browser.