Solved

Which of the Following Commands Will Allow a Tester to Enumerate

Question 5

Multiple Choice

Which of the following commands will allow a tester to enumerate potential unquoted service paths on a host?


A) wmic environment get name, variablevalue, username | findstr /i "Path" | findstr /i "Service"
B) wmic service get /format:hform > c:\temp\services.html
C) wmic startup get caption, location, command |findstr /i "service" |findstr /v /i "%"
D) wmic service get name, displayname, pathname, startmode |findstr /i "auto" |findstr /i /v "c:\windows\\" |findstr /i /v """

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions