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-)