A script that emulates the functionality of port tracing on a fluke.
- TShark (Wireshark) - Uses TShark as a dependency, it must be installed before running. Install TShark with a checkbox in the wireshark installer wizard.
- Windows OS - This script will only function on windows as it utilizes windows cmd commands to function
C:\file_path should be replaced with the file path of the downloaded script to ensure proper execution.
@echo off
cd /d "C:\file_path"
python freeluke.py
pauseSensitive information is redacted for this showcase.