Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-38063 PoC — Windows TCP/IP Remote Code Execution Vulnerability

Source
Associated Vulnerability
Title:Windows TCP/IP Remote Code Execution Vulnerability (CVE-2024-38063)
Description:Windows TCP/IP Remote Code Execution Vulnerability
Description
quick powershell script to fix cve-2024-38063
Readme
# quick-fix-cve-2024-38063
quick powershell script to fix cve-2024-38063

# 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.
File Snapshot

[4.0K] /data/pocs/437d182f75ed80aea07a8cf83461248f9adc4e65 ├── [ 59] cve-2024-38063-fix.ps1 ├── [ 34K] LICENSE └── [ 584] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →