-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90c7e99
commit 65d81f7
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Juicy-Potato-x86 | ||
Juicy Potato for x86 Windows | ||
|
||
This is a version of [ohpe's Juicy Potato][1] privilege escalation exploit modified for x86 Windows. I preserved as much of the code as I could, while making 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. | ||
|
||
### Example usage | ||
|
||
``` | ||
"Juicy Potato x86.exe" -l 4444 -p c:\windows\system32\cmd.exe -t * -c {6d18ad12-bde3-4393-b311-099c346e6df9} | ||
``` | ||
[1]: https://github.com/ohpe/juicy-potato |