-
Notifications
You must be signed in to change notification settings - Fork 99
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
e8f9272
commit 06d7e6e
Showing
1 changed file
with
33 additions
and
1 deletion.
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 +1,33 @@ | ||
# JuicyPotatoNG | ||
# JuicyPotatoNG | ||
|
||
Just another Windows Local Privilege Escalation from Service Account to System. Full details at --> https://decoder.cloud/2022/09/21/giving-juicypotato-a-second-chance-juicypotatong/ | ||
|
||
## Usage | ||
|
||
``` | ||
JuicyPotatoNG | ||
by decoder_it & splinter_code | ||
Wrong Argument: --help | ||
Mandatory args: | ||
-t createprocess call: <t> CreateProcessWithTokenW, <u> CreateProcessAsUser, <*> try both | ||
-p <program>: program to launch | ||
Optional args: | ||
-l <port>: COM server listen port (Default 10247) | ||
-a <argument>: command line argument to pass to program (default NULL) | ||
-c <CLSID> (Default {854A20FB-2D44-457D-992F-EF13785D2B51}) | ||
``` | ||
|
||
## Demo | ||
|
||
![demo](demo.png) | ||
|
||
## Authors | ||
|
||
* [Andrea Pierini](https://twitter.com/decoder_it) | ||
* [Antonio Cocomazzi](https://twitter.com/splinter_code) |