Versions in this module Expand all Collapse all v3 v3.3.0 Jul 18, 2024 Changes in this version + type SMBClient struct + func (c *SMBClient) ConnectSMBInfoMode(host string, port int) (*smb.SMBLog, error) + func (c *SMBClient) DetectSMBGhost(host string, port int) (bool, error) + func (c *SMBClient) ListSMBv2Metadata(host string, port int) (*plugins.ServiceSMB, error) + func (c *SMBClient) ListShares(host string, port int, user, password string) ([]string, error)