Skip to content

Instantly share code, notes, and snippets.

@unobatbayar
Last active December 23, 2024 03:03
Show Gist options
  • Save unobatbayar/c9f0e8585c7fa1cf9bcc6c5c673ec1aa to your computer and use it in GitHub Desktop.
Save unobatbayar/c9f0e8585c7fa1cf9bcc6c5c673ec1aa to your computer and use it in GitHub Desktop.
Mac check
sudo profiles show -type enrollment
systemextensionsctl list
ls -la /Library/LaunchAgents /Library/LaunchDaemons ~/Library/LaunchAgents
plutil -p /Library/Receipts/InstallHistory.plist
ls -la /Library/LaunchAgents
ls -la /Library/LaunchDaemons
ls -la ~/Library/LaunchAgents
kextstat | grep macinventory
@unobatbayar
Copy link
Author

unobatbayar commented Dec 23, 2024

python check

import os
 
print(os.uname())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment