通过本地PC中渗透测试平台kali渗透进入目标靶机,将挂载目标靶机文件系统到本地 /mnt 的命令(将IP地址替换为0.0.0.0)作为Flag提交;
使用命令:
#mount -t nfs ip:/ /mnt
#mount -t nfs -o nolock ip:/ /mnt //可能会报错,需加 -o nolock

通过本地PC中渗透测试平台kali渗透进入目标靶机,将挂载目标靶机文件系统到本地 /mnt 的命令(将IP地址替换为0.0.0.0)作为Flag提交;
使用命令:
#mount -t nfs ip:/ /mnt
#mount -t nfs -o nolock ip:/ /mnt //可能会报错,需加 -o nolock