Update enrich script and configuration files; remove settings.env
This commit is contained in:
parent
4e524fe6bb
commit
abf781e7bb
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
settings.env
|
|
@ -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." | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue