Hello,
How do I check XProtectPayloads Version WITHOUT using a 3rd app like SilentKnight in terminal (Monterey, Big Sur and Mojave)?
Thanks @tywebb13 @bogdanw
Camelia
Ps: You can send me a private message if you feel more comfortable helping me with this question.
How do I check XProtectPayloads Version WITHOUT using a 3rd app like SilentKnight in terminal (Monterey, Big Sur and Mojave)?
Code:
Gatekeeper
$ /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" /private/var/db/gkopaque.bundle/Contents/Info.plist
181
XProtect
$ defaults read /Library/Apple/System/Library/CoreServices/XProtect.bundle/Contents/Info.plist CFBundleShortVersionString
2160
MRT (Malware Removal Tool)
$ defaults read /Library/Apple/System/Library/CoreServices/MRT.app/Contents/Info.plist CFBundleShortVersionString
1.93
XProtectPayloads?
Thanks @tywebb13 @bogdanw
Camelia
Ps: You can send me a private message if you feel more comfortable helping me with this question.