Skip to content

Instantly share code, notes, and snippets.

@x1vfk7wp13
Last active December 23, 2024 03:03
Show Gist options
  • Save x1vfk7wp13/c9f0e8585c7fa1cf9bcc6c5c673ec1aa to your computer and use it in GitHub Desktop.
Save x1vfk7wp13/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
@x1vfk7wp13
Copy link
Author

@x1vfk7wp13
Copy link
Author

x1vfk7wp13 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