文件上传下载
使用 NetExec 获取远程文件或发送远程文件
发送文件到远程目标
nxc smb 172.16.251.152 -u user -p pass --put-file /tmp/whoami.txt \\Windows\\Temp\\whoami.txt从远程目标获取文件
nxc smb 172.16.251.152 -u user -p pass --get-file \\Windows\\Temp\\whoami.txt /tmp/whoami.txtLast updated