Skip to content

Instantly share code, notes, and snippets.

@megamen32
Created July 22, 2026 18:16
Show Gist options
  • Select an option

  • Save megamen32/86dff4a19d64080cfa5cd99c7996c618 to your computer and use it in GitHub Desktop.

Select an option

Save megamen32/86dff4a19d64080cfa5cd99c7996c618 to your computer and use it in GitHub Desktop.
echo "=== VPN ==="
scutil --nc list
echo "=== SYSTEM EXTENSIONS ==="
systemextensionsctl list
echo "=== MDM ==="
profiles status -type enrollment
echo "=== SECURITY PROCESSES ==="
ps aux | grep -Ei 'zscaler|cisco|anyconnect|globalprotect|pangps|forti|netskope|cloudflare|warp|adguard|little.snitch|lulu|crowdstrike|sentinel' | grep -v grep
echo "=== PF ==="
sudo pfctl -s info
sudo pfctl -sr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment