nerdexam
GIAC

GCIH · Question #523

Which Linus command will list locally defined Windows users, groups, and SID's?

The correct answer is C. rpcclient. The rpcclient command list users and groups which are defined on the local host, as well as any domain users/groups the machine knows about. Is also lists SIDs defined for local users. The enum command is a tool which runs on Windows to lists users and groups. Smbclient is a…

Reconnaissance, Scanning, and Enumeration

Question

Which Linus command will list locally defined Windows users, groups, and SID's?

Options

  • Aenum
  • Bsmbstatus
  • Crpcclient
  • Dsmbclient

How the community answered

(53 responses)
  • A
    2% (1)
  • C
    94% (50)
  • D
    4% (2)

Explanation

The rpcclient command list users and groups which are defined on the local host, as well as any domain users/groups the machine knows about. Is also lists SIDs defined for local users. The enum command is a tool which runs on Windows to lists users and groups. Smbclient is a Linux tool which can be used to list shares and get or put files on a Windows host. The smbstatus command lists current Samba connections.

Topics

#rpcclient#SMB enumeration#Windows users#SID enumeration

Community Discussion

No community discussion yet for this question.

Full GCIH Practice