Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JLLeitschuh/e2550ddd8d6dfd94447b0b557891ba30 to your computer and use it in GitHub Desktop.
Save JLLeitschuh/e2550ddd8d6dfd94447b0b557891ba30 to your computer and use it in GitHub Desktop.
# To prevent the vulnerable server from running on your machine
# (this does not impact Zoom functionality), run these two lines in your Terminal.
pkill "ZoomOpener"; rm -rf ~/.zoomus; touch ~/.zoomus && chmod 000 ~/.zoomus;
pkill "RingCentralOpener"; rm -rf ~/.ringcentralopener; touch ~/.ringcentralopener && chmod 000 ~/.ringcentralopener;
# (You may need to run these lines for each user on your machine.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment