Convert timestamps to dates in Bash?

date -r date -r 1267619929 Current timestamp: date +"%s" Links: https://stackoverflow.com/questions/2371248/how-to-convert-timestamps-to-dates-in-bash https://linuxconfig.org/convert-timestamp-to-date

Apple Silicon chip vulnerability ‘Augury’ news links

Links May 2nd: Apple Silicon chip vulnerability ‘Augury’ surfaces, but researchers aren’t worried yet https://9to5mac.com/2022/05/02/augury-apple-silicon-vulnerability/ 05.02.2022: Apple Silicon Chips on iPhones, Macs Carry a New Vulnerability — Here's What Researchers…

How to check XProtect and MRT versions running Big Sur?

Gatekeeper /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" /private/var/db/gkopaque.bundle/Contents/Info.plist XProtect defaults read /Library/Apple/System/Library/CoreServices/XProtect.bundle/Contents/Info.plist CFBundleShortVersionString Check XProtect Version on MacOS Catalina (10.15.x) & MacOS Mojave (10.14.x) and later: system_profiler SPInstallHistoryDataType | grep -A 5…

Common Vulnerabilities and Exposures (CVE)

json feed of all apple related things. https://services.nvd.nist.gov/rest/json/cves/1.0?cpeMatchString=cpe:2.3:*:apple curl -s "https://services.nvd.nist.gov/rest/json/cves/1.0?cpeMatchString=cpe:2.3:*:apple" curl -s "https://services.nvd.nist.gov/rest/json/cves/1.0?cpeMatchString=cpe:2.3:*:apple:macOS:catalina" https://csrc.nist.gov/CSRC/media/Projects/National-Vulnerability-Database/documents/web%20service%20documentation/Automation%20Support%20for%20CVE%20Retrieval.pdf this is the documentation. of how to use their CVE feed hope this link works…