https://github.com/francescodisalesgithub/quick-fix-cve-2024-38063
quick powershell script to fix cve-2024-38063
https://github.com/francescodisalesgithub/quick-fix-cve-2024-38063
blueteam cve-2024-38063 fix powershell script workaround
Last synced: 5 months ago
JSON representation
quick powershell script to fix cve-2024-38063
- Host: GitHub
- URL: https://github.com/francescodisalesgithub/quick-fix-cve-2024-38063
- Owner: FrancescoDiSalesGithub
- License: gpl-3.0
- Created: 2024-09-07T16:27:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T08:59:29.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:27:43.509Z (over 1 year ago)
- Topics: blueteam, cve-2024-38063, fix, powershell, script, workaround
- Language: PowerShell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```
4B9WQivaHfd3miDfPKEfCianocGpBx9d8FXycz2vmNW3aBDVKHgkBd9Gmapt4RBVEpTwnehujsiUBBehUiLvnEHs7VFstCC
```
Or using PayPal:
```
https://www.paypal.me/francescodisales
```
# How to run
Firstly on your windows system you should check for the execution policy:
```
Get-ExectionPolicy
```
If it is Unrestricted you can run the script without problems. If it isn't the case:
```
Set-ExectionPolicy -ExecutionPolicy Unrestricted
```
After that the Execution policy is unrestricted then run the script:
```
.\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.