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
quick-fix-cve-2024-38063 — quick powershell script to fix cve-2024-38063 | Kitploit
Tools/GitHubGitHub/francescodisalesgithub/quick-fix-cve-2024-38063
Defensive ToolsVulnerability AnalysisScripting & AutomationConfiguration AuditingNetwork Security
GitHubfrancescodisalesgithub/quick-fix-cve-2024-38063

quick-fix-cve-2024-38063

quick powershell script to fix cve-2024-38063

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1 year agoNot yet reviewed

quick-fix-cve-2024-38063

quick powershell script to fix cve-2024-38063

Donation

if you want to support my works, you can donate me at the following monero address:

root@kitploit:~
4B9WQivaHfd3miDfPKEfCianocGpBx9d8FXycz2vmNW3aBDVKHgkBd9Gmapt4RBVEpTwnehujsiUBBehUiLvnEHs7VFstCC

Or using PayPal:

root@kitploit:~
https://www.paypal.me/francescodisales

How to run

Firstly on your windows system you should check for the execution policy:

root@kitploit:~
Get-ExectionPolicy

If it is Unrestricted you can run the script without problems. If it isn't the case:

root@kitploit:~
Set-ExectionPolicy -ExecutionPolicy Unrestricted

After that the Execution policy is unrestricted then run the script:

root@kitploit:~
.\cve-2024-38063-fix.ps1

When the script has done, check on the control panel at the network adapter configuration window, and you should see the ipv6 checkbox disabled.

Download Tool