Created
July 22, 2026 18:16
-
-
Save megamen32/86dff4a19d64080cfa5cd99c7996c618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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