nfs-statfs
脚本使用类型:
  脚本所属分类:
  discovery, safe
  
脚本下载地址: http://nmap.org/svn/scripts/nfs-statfs.nse
Retrieves disk space statistics and information from a remote NFS share.
The output is intended to resemble the output of df.
The script will provide pathconf information of the remote NFS if the version used is NFSv3.
If set to 1 or true,
      shows file sizes in a human readable format with suffixes like
      KB and MB.
执行格式
nmap -sV --script=nfs-statfs <target>
PORT STATE SERVICE | nfs-statfs: | Filesystem 1K-blocks Used Available Use% Blocksize | /mnt/nfs/files 5542276 2732012 2528728 52% 4096 |_ /mnt/nfs/opensource 5534416 620640 4632644 12% 4096
Author: Patrik Karlsson, Djalal Harouni
License: VER007 整理 http://www.ver007.com