Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created July 9, 2019 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apeckham/54d39e0f2c1892eaf0132b8df14c5635 to your computer and use it in GitHub Desktop.
Save apeckham/54d39e0f2c1892eaf0132b8df14c5635 to your computer and use it in GitHub Desktop.
close zoom exploit
# https://www.reddit.com/r/sysadmin/comments/cavaw6/zoom_zero_day_exploit_found/etcgorq/
(echo >/dev/tcp/localhost/19421) &>/dev/null && echo “Zoom Server Found, CVE 2019-13450 open” || echo “No Zoom Server, system is safe”
# https://www.reddit.com/r/sysadmin/comments/cavaw6/zoom_zero_day_exploit_found/etcgghl/
kill -9 $(lsof -t -i:19421) && rm -rf ~/.zoomus/ && touch ~/.zoomus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment