SMB
Last updated
Last updated
Server Message Block.
Used to share folders, printers, resources.
Works over
Port 139 over NetBIOS (Older machines)
Port 443 over TCP
Folders that a machine shares in order to be accessed by other computer/users.
The %SystemRoot%
directory of the machine. Only accessible to Administrators of the machine.
The C:\ drive of the machine, only accessible to Administrators of that machine.
A special share that is used Inter Process Communication
used by .
Performs actions such as:
List all shares
List all users
List files within a share
Start/stop services
This share is used to store logon scripts (executes when user logs in) and other files.
FTP-like client for SMB
-u <username>
`-p
-r <sharename>
: list content of the share
-x <command>
: execute command remotely
--upload <file> <sharepath>
: upload to file share
--down <file>
: download from file share
A special share in domain controllers that stores , scripts, junction point.