Skip to content

Instantly share code, notes, and snippets.

@eddyg
eddyg / aclogwatch.py
Created January 5, 2023 13:49
AnyConnect Log Watcher
#!/usr/bin/env python
#
# Watch the macOS logging system for certain AnyConnect-related events
#
# EddyG
# June 2021
# Createa a venv to run this:
#
# python3 -m venv aclogwatch (only required once)