VectorBCO / windows-path-enumerate

Script for fix Windows path enumerate vulnerability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI GitHub all releases

Become a Patron!

Windows-Path-Enumerate

This script fix vulnerability “Microsoft Windows Unquoted Service Path Enumeration” (Nessus plugin ID 63155) and similar problems with uninstall strings Script modify values in the next registry keys:

  • HKLM:\SYSTEM\CurrentControlSet\Services\ImagePath
  • HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UninstallString
  • HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\UninstallString

For getting full help for latest script could be used Windows_Path_Enumerate.ps1 -Help

EXTRA IMPORTANT: Test script before use in production

Example:

  • Before Before Fix
  • After After Fix

Links:

Vulnerability description Version history Help from main script Links

About

Script for fix Windows path enumerate vulnerability

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%