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