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
Juicy-Potato-x86 — Windows privilege escalation exploit that abuses service token impersonation to execute arbitrary commands with SYSTEM privileges, designed for x86 systems. | Kitploit
Tools/GitHubGitHub/ivanitlearning/juicy-potato-x86
Privilege EscalationExploitationPost-ExploitationPenetration TestingRed Teaming
GitHubivanitlearning/juicy-potato-x86

Juicy-Potato-x86

Windows privilege escalation exploit that abuses service token impersonation to execute arbitrary commands with SYSTEM privileges, designed for x86 systems.

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
Website
135336 years agoReviewed by Kitploit

Juicy-Potato-x86

Juicy Potato for x86 Windows

This is a version of ohpe's Juicy Potato privilege escalation exploit modified for x86 Windows. I preserved as much of the code as I could, while making small changes necessary to compile for x86 Windows. Tested successfully on Windows 7 SP1 x86 Build 7601.

Edit/compile it with Visual Studio 2017 (v141) toolset. Use at your own peril. More explanation here on how to use it and how it works.

P.S. I'm new to Github so forgive me if it looks awkward.

Example usage

root@kitploit:~
"Juicy Potato x86.exe" -l 4444 -p c:\windows\system32\cmd.exe -t * -c {6d18ad12-bde3-4393-b311-099c346e6df9}

How to use

Stuff to figure out

I had to comment out this line in JuicyPotato x86.cpp for it to work. It works without it but I'm uncertain of its significance.

si.lpDesktop = L"winsta0\\default";

Updated: The above line is no longer commented out but rewritten to preserve content.

Download Tool