Update enrich script and configuration files; remove settings.env

This commit is contained in:
Yaro Kasear 2025-04-14 12:29:15 -05:00
parent 4e524fe6bb
commit abf781e7bb
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
settings.env

View file

@ -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." | \