Skip to content

Instantly share code, notes, and snippets.

@Oneiroi
Created January 23, 2020 13:11
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 Oneiroi/a7723b2c775c7f6b21b5f5fa5be6a1fd to your computer and use it in GitHub Desktop.
Save Oneiroi/a7723b2c775c7f6b21b5f5fa5be6a1fd to your computer and use it in GitHub Desktop.
Powershell script to check if the target system has applied any of the KB articles which are thought to contain the fix for CVE-2020-0601
wmic qfe get Caption,Description,HotFixID,InstalledOn |Select-String 'KB45((3(4306|4271|4276|4293|4273))|28760|35550)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment