apt install nfs-common 安装nfs客户端

showmount -e 192.168.244.128 查看nfs服务器上的共享目录

/666/share               假设文件共享为    /666/share

挂载

mkdir tmp123        本地创建tmp123

mount -t nfs 192.168.244.128:/666/share   tmp123   挂载至tmp123

ls /mnt

卸载

umount tmp123

或者使用msf检测

use auxiliary/scanner/nfs/nfsmount

set rhosts 192.168.244.128

run

nfs(2049)未授权访问



相关文章:

  • 2021-09-27
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2021-11-10
  • 2021-10-19
  • 2021-09-26
  • 2021-11-27
  • 2021-05-21
  • 2021-11-09
相关资源
相似解决方案