Q17
Single choice
During an assessment, a penetration tester manages to get RDP access via a low-privilege user. The tester attempts to escalate privileges by running the following commands:
Import-Module .\PrintNightmare.ps1
Invoke-Nightmare -NewUser "hacker" -NewPassword "Password123!" -DriverName "Print"
The tester then attempts to further enumerate the host with the new administrative privileges by using the runas command. However, the access level is still low.
Which of the following actions should the penetration tester take next?