QuestionQ751

SMB Security

Which of the following commands enumerates a list of shares on a target Windows machine?

  • A net share \192.168.99.133
  • B net view \192.168.99.133
  • C net use \192.168.99.133
  • D net session \192.168.99.133
Explanation

net view \\<ComputerName> displays the resources shared by the specified computer, so it enumerates the remote machine’s available shares.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!