OCKOM
Published in

OCKOM

How To Disable Webcam on macOS Catalina

1. Reboot into macOS Recovery (the not BIOS?)

Copyright Apple

2. Disable SIP

csrutil disable

3. Mount Filesystem as Writable

sudo mount -uw /

4. Start Disabling and Deleting the NSA SpyApp (i.e. disable AppleCamera)

sudo su
chmod a-r /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/VDCrm -R /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/VDC
rm -R /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/AppleCamera.plugin/

5. Enable SIP

csrutil enable
csrutil status
Photo by Daniel Korpai on Unsplash

--

--

The official blog of Ockom. Focusing on advanced cybersecurity and R&D topics. From reverse engineering, malware, advanced technology, and other topics. Designed to be read while drinking coffee.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store