1.What does the 3-letter acronym SMB stand for?(SMB是什么的简称?)
Server Message Block
2.What port does SMB use to operate at?(用什么端口去操作SMB?)
445
3.What network communication model does SMB use, architecturally speaking?(从架构上讲,SMB属于哪种通信模型?)
client-server model
4.What is the service name for port 445 that came up in our nmap scan?(从扫描结果来看,445端口的服务名称是什么?)
microsoft-ds
5.What is the tool we use to connect to SMB shares from our Linux distribution?(在Linux发行版中,我们用什么工具去连接SMB服务的分享?)
smbclient
6.What is the `flag` or `switch` we can use with the SMB tool to `list` the contents of the share?(我们可以用SMB工具哪个“标识”或者“开关”来列举出分享的文件?)
-L
7.What is the name of the share we are able to access in the end?(最终我们可以访问的分享名称是什么?)
WorkShares
8.What is the command we can use within the SMB shell to download the files we find?(在SMB Shell下,我们用什么命令来下载我们找到的文件?)
get