Skip to content

Instantly share code, notes, and snippets.

@InTEGr8or
Created June 1, 2022 15:23
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 InTEGr8or/21a39270c2bf5f97cae30ac194f3c884 to your computer and use it in GitHub Desktop.
Save InTEGr8or/21a39270c2bf5f97cae30ac194f3c884 to your computer and use it in GitHub Desktop.
Guidance for CVE-2022-30190 msdt Folina zero-day exploit
# [Guidance for CVE-2022-30190](https://msrc-blog.microsoft.com/2022/05/30/guidance-for-cve-2022-30190-microsoft-support-diagnostic-tool-vulnerability/)
# Run with administrator privileges
# Disables Microsoft Remote Debug service
mkdir c:/reg_bak
cmd /c reg export HKEY_CLASSES_ROOT\ms-msdt c:/reg_bak/msdt.reg
cmd /c reg delete HKEY_CLASSES_ROOT\ms-msdt /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment