nerdexam
ExamsGCIHQuestions#784
GIAC

GCIH · Question #784

GCIH Question #784: Real Exam Question with Answer & Explanation

The correct answer is B: Interacting with SMB shares. rpcclient is a Unix/Linux command-line utility included with Samba that allows interaction with Windows RPC and SMB services for enumeration and administration.

Reconnaissance, Scanning, and Enumeration

Question

What is the purpose of the application rpcclient?

Options

  • AEnumerating the pages of a website
  • BInteracting with SMB shares
  • CConnecting to the remote desktop of a workstation
  • DAdding a new user to a host

Explanation

rpcclient is a Unix/Linux command-line utility included with Samba that allows interaction with Windows RPC and SMB services for enumeration and administration.

Common mistakes.

  • A. Web crawling and directory enumeration are performed by tools such as gobuster, dirb, or wget, not rpcclient.
  • C. Remote desktop connections from Linux use dedicated RDP clients such as rdesktop or xfreerdp, not rpcclient.
  • D. Adding local users is done with commands like net user or useradd; rpcclient can enumerate users but its purpose is broader SMB/RPC interaction.

Concept tested. rpcclient tool function for SMB/RPC enumeration

Reference. https://www.samba.org/samba/docs/current/man-html/rpcclient.1.html

Topics

#rpcclient#SMB enumeration#network tools#Windows shares

Community Discussion

No community discussion yet for this question.

Full GCIH Practice