nerdexam
GIAC

GCIH · Question #12

Which of the following commands is used to access Windows resources from Linux workstation?

The correct answer is D. smbclient. The smbclient utility allows Linux workstations to access Windows file shares and resources using the SMB/CIFS protocol.

Reconnaissance, Scanning, and Enumeration

Question

Which of the following commands is used to access Windows resources from Linux workstation?

Options

  • Amutt
  • Bscp
  • Crsync
  • Dsmbclient

How the community answered

(24 responses)
  • B
    4% (1)
  • D
    96% (23)

Why each option

The smbclient utility allows Linux workstations to access Windows file shares and resources using the SMB/CIFS protocol.

Amutt

mutt is a text-based email client for Linux used to compose, send, and read email messages, and has no capability to connect to or browse Windows SMB file shares.

Bscp

scp (Secure Copy Protocol) transfers files securely between hosts over SSH, but it requires an SSH server on the remote target and cannot speak the SMB/CIFS protocol needed to access Windows resources.

Crsync

rsync is a file synchronization tool that operates over SSH or its own daemon protocol to efficiently sync files between systems, but it does not implement the SMB/CIFS protocol and cannot access Windows shares directly.

DsmbclientCorrect

smbclient is a Samba suite command-line tool that provides an FTP-like interface for connecting to and interacting with Windows file shares, printers, and other SMB/CIFS-exposed resources from a Linux system. It supports operations such as listing shares, uploading and downloading files, and browsing Windows network resources without requiring a full share mount.

Concept tested: Linux smbclient tool for Windows SMB resource access

Source: https://www.samba.org/samba/docs/current/man-html/smbclient.1.html

Topics

#smbclient#SMB protocol#Windows resource access#cross-platform enumeration

Community Discussion

No community discussion yet for this question.

Full GCIH Practice