Network Shares
It is possible that unsuspecting users have placed important documents or documents containing passwords in network shares. It is even possible to find .pfx files which are certificates that can potentially be used for authentication or signing. It is therefore useful to browse all the shares to be able to find passwords that can be reused later.
ManSpider is a tool created in python that allows you to browse network shares and extract different types of information.
Crackmapexec can also be used under Linux to browse all network shares:
smbclient is built into kali and can be used to access shares on the remote computer.
Recursively download a directory using smbclient:
smbmap is a tool built into kali. It can be used to map shares but also to execute commands remotely by specifying the '-x' option.
Last updated