How to check Zoom running a secret web server on the Mac
Recently, a serious vulnerability was discovered in Zoom, the popular online meeting application for Mac. The application runs a secret web server in the background even if you have uninstalled it, Zoom can still reinstall and even turn on your video camera.
If you are wondering if your Mac is affected, follow the way below to check it out.
- 6 best free online meeting tools for team collaboration
- 5 tools to help manage and schedule
- The best video calling applications on Windows, Mac, iPhone, Android
To see if your Mac has installed the main Zoom application, open the Finder application, select Applications and search for zoom.us in the list. If the application is already installed, you can almost make sure that your computer is running an underground web server.
However, even if you don't see the application here, the web server can still run in the background if you've ever installed and uninstalled Zoom.
To check if the server is running, open the Terminal window by pressing Command
+ Space
to open the Spotlight search, type Terminal and press Enter . You can also go to Finder> Applications> Utilities> Terminal .
Then, type the following command into Terminal and press Enter .
lsof -i: 19421
If you see the ZoomOpene process, it means that the web server is running in the background.
In this case, you want to remove the Zoom completely from the system, run the command below. This is done when you have uninstalled the Zoom application from the Applications folder. If not, the Zoom update will reactivate the web server.
pkill ZoomOpener
rm -rf ~ / .zoomus
If you still want to keep Zoom, you can follow Lifehacker quick guide by turning on Turn off my video option when joining a meeting to ensure safety.
Browser-based online meeting applications can be a better solution in the future if you only use an application in a browser that doesn't install software, it can't do shady things like this with Your Mac or PC.
I wish you all success!
You should read it
- How to use Zoom meeting on phone
- How to record online learning videos on Zoom Meeting
- Is it safe to use Zoom? Things to know
- Learn about Zoom - Free online meeting software
- How to install Zoom on a Mac
- Why doesn't Zoom sound? Zoom error has no sound
- How to use Zoom's Virtual Background feature
- How to secure your Zoom account, avoid leaking personal data
May be interested
- How to keep your MacBook safe in public?if you regularly connect to free wi-fi hotspots your data may be at risk from snoopers and hackers. follow these instructions to keep your data safe as possible.
- Forgot Password to access Macbook?the fact that users forget their password to log on to a computer, macbook is a frequent occurrence. however in this case many people will not know how to do it?
- How to fix 'Wifi: No Hardware Installed' error on Mac OS Xin case your mac has errors wifi: no hardware installed. you should not worry too much because this error is completely fixable. in the following article, network administrator will guide you through the steps to fix the error.
- How to set up shortcuts to quickly lock Mac OS X screenwhen the mac is put into sleep mode, users will have to enter the password if they want to use it. however, we can completely set shortcuts to quickly turn off the computer when needed.
- How to activate Hey Siri on macOS Sierraone of the most prominent features on the macos sierra is siri of ios. on ios devices, users can quickly activate siri by voice with the command 'hey siri', but currently, on macos sierra, this feature is not available. however, if you want mac users can still activate hey siri on macos sierra manually.
- What is lost + found folder on Linux and macOS?on linux, users use the fsck (file system check) command to check for corrupted system files. fsck can find corrupted files on the file system. if any files are found to be corrupted, fsck will remove the corrupted data from the file system and move to the lost + found directory.