POC详情: a4d36c1a4f7cf4ba78090f213cc2ad0945b5cabf

来源
关联漏洞
标题: Microsoft Windows TCP/IP component 数字错误漏洞 (CVE-2024-38063)
描述:Microsoft Windows tcp/ip是美国微软(Microsoft)公司的一个 Windows 的 Tcp/Ip 支持服务。 Microsoft Windows TCP/IP component存在数字错误漏洞。攻击者利用该漏洞可以远程执行代码。以下产品和版本受到影响:Windows 10 Version 1809 for 32-bit Systems,Windows 10 Version 1809 for x64-based Systems,Windows 10 Version 1809 f
描述
mitigation script by disabling ipv6 of all interfaces
介绍
# 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)
文件快照

[4.0K] /data/pocs/a4d36c1a4f7cf4ba78090f213cc2ad0945b5cabf ├── [2.3K] CVE-2024-38063.ps1 └── [1006] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。