From 32640267b2fb509ea922c56f78481cf761879ee9 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Wed, 16 Apr 2025 13:49:17 -0500 Subject: [PATCH] Add debug output for enrich.py execution in runtest.sh for better traceability --- runtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/runtest.sh b/runtest.sh index 46e774d..f74685b 100755 --- a/runtest.sh +++ b/runtest.sh @@ -121,6 +121,7 @@ sudo systemctl stop kismet # Let's enrich the data with passive metrics. echo "Enriching the data..." +echo "[DEBUG] Running: python3 $SCRIPT_DIRECTORY/enrich.py --csv $TEST_FILE --pcapng \"$KISMET_LOG\" --output \"$ENRICHED_FILE\"" KISMET_LOG=$(find ~/kismet_logs -type f -name "*.pcapng" -printf "%T@ %p\n" | sort -n | tail -1 | cut -d' ' -f2-)