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

Goal: 1000 CNY · Raised: 1310 CNY

100%

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
mitigation script by disabling ipv6 of all interfaces
Readme
# CVE-2024-38063
mitigation script by disabling ipv6 of all interfaces

# HOW TO

## Import the script like a module on a elevated Powershell (run as admin)
`. .\CVE-2024-38063`

## Use the functions

### Show-IPV6EnabledAdapters
Show all adapters that have IPV6 enabled!
```powershell
PS C:\users\public> Show-IPV6enabledAdapters
```

### Disable-IPV6Adapter
Disable IPv6 on a specific adapter!
**Atention** to the name of adapters that may have spaces when refer to it!!! 

```powershell
PS C:\users\public> Disable-IPV6Adapter -AdapterName "Ethernet 2"
```

### Enable-IPV6Adapter
Enable IPv6 on a specific adapter!
**Atention** to the name of adapters that may have spaces when refer to it!!! 

```powershell
PS C:\users\public> Enable-IPV6Adapter -AdapterName "Ethernet 2"
```

### Disable-IPV6AllAdapters
Disable IPv6 on all adapters!
```powershell
PS C:\users\public> Disable-IPV6AllAdapter
```

## Example 

![image](https://github.com/user-attachments/assets/a0bd46e6-54a2-494b-b28b-29fff8ac33ae)
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
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 →