From abf781e7bbfbba40f7e1b2df8d0ceaae3aab81ac Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Mon, 14 Apr 2025 12:29:15 -0500 Subject: [PATCH] Update enrich script and configuration files; remove settings.env --- .gitignore | 1 + runtest.sh | 2 +- settings.env => settings.env.defaukt | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore rename settings.env => settings.env.defaukt (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fc5f5b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +settings.env \ No newline at end of file diff --git a/runtest.sh b/runtest.sh index 4de2320..cd26c4b 100755 --- a/runtest.sh +++ b/runtest.sh @@ -111,7 +111,7 @@ echo "Stopping kismet..." sudo systemctl stop kismet -python3 $SCRIPT_DIRECTORY/kismet_enrich_from_pcap.py --csv $TEST_FILE --pcapng "$KISMET_LOG" --output "$ENRICHED_FILE" +python3 $SCRIPT_DIRECTORY/enrich.py --csv $TEST_FILE --pcapng "$KISMET_LOG" --output "$ENRICHED_FILE" # Final email with attachment echo "The test with UID ${BOOT_ID} is complete. Please collect the probe. Data is attached." | \ diff --git a/settings.env b/settings.env.defaukt similarity index 100% rename from settings.env rename to settings.env.defaukt