smbclient_list_shares
List SMB shares on a target host using smbclient, with support for anonymous or authenticated access and custom port.
Instructions
List SMB shares on a target host using smbclient. target: IP or hostname username: SMB username (leave empty for anonymous) password: SMB password (leave empty for anonymous) port: SMB port (default 445)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| target | Yes | ||
| password | No | ||
| username | No |