mitigation script by disabling ipv6 of all interfaces
. .\CVE-2024-38063
Show all adapters that have IPV6 enabled!
PS C:\users\public> Show-IPV6enabledAdapters
Disable IPv6 on a specific adapter! Atention to the name of adapters that may have spaces when refer to it!!!
PS C:\users\public> Disable-IPV6Adapter -AdapterName "Ethernet 2"
Enable IPv6 on a specific adapter! Atention to the name of adapters that may have spaces when refer to it!!!
PS C:\users\public> Enable-IPV6Adapter -AdapterName "Ethernet 2"
Disable IPv6 on all adapters!
PS C:\users\public> Disable-IPV6AllAdapter