GIAC Penetration Tester (GPEN) — Question 31

What is the purpose of the following command?
C:\>wmic /node:[target IP] /user:[admin-user]
/password:[password] process call create [command]

Answer options

Correct answer: D

Explanation

The command provided is specifically designed to create a new process on a remote Windows machine, which aligns with option A. Options B and C are incorrect as they pertain to creating services or accounts, which this command does not do. Option D is incorrect because the command does not list processes; instead, it initiates a new process.