Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
msxml4-remediation — Resolves CVE-2013-0007 | Kitploit
Tools/GitHubGitHub/jyyjw/msxml4-remediation
General Purpose UtilitiesVulnerability AnalysisScripting & AutomationConfiguration AuditingMisconfiguration
GitHubjyyjw/msxml4-remediation

msxml4-remediation

Resolves CVE-2013-0007

View Repository
6 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

MSXML 4.0 Remediation (PowerShell)

PowerShell script to remediate security findings related to Microsoft XML Core Services (MSXML) 4.0, which is unsupported and commonly flagged by vulnerability scanners.

This script I made unregisters the .dll files for MSXML 4 and renames them. This remediates the vulnerbility and it wont show up in Qualys scans anymore

Background

MSXML 4.0 is EOL and we now mainly use MSXML 6


What this script does

  • Unregisters MSXML 4 DLLs and renames the DLLs

Requirements

  • Windows
  • PowerShell 5.1 or later
  • Administrator privileges

Usage

Run with elevated powershell. Can be run with SYSTEM

Download Tool