Nmap Development mailing list archives

Re: [NSE] nfs-ls script new version


From: Djalal Harouni <tixxdz () gmail com>
Date: Wed, 30 Jun 2010 00:17:54 +0100

There is a new version of the script which supports NFSv2 using the NFS
LOOKUP procedure call. A new feature is to show the current access
permissions of the user who mounted the NFS export, this info is shown
when using NFSv3.

New Output:
 111/tcp open  rpcbind
 | nfs-ls:
 |
 |   NFS Export: /mnt/nfs/files
 |   NFS Access: Read Lookup NoModify NoExtend NoDelete NoExecute
 |
 |     PERMISSION  UID   GID   SIZE     DATE              FILENAME
 |     drwxr-xr-x  1000  100   4096     2010-06-17 12:28  /mnt/nfs/files
 |     drwxr--r--  1000  1002  4096     2010-05-14 12:58  sources
 ...

Summary of the ACCESS permissions:
 o Read:     Read data from file or read a directory.
 o Lookup:   Look up a name in a directory
             (no meaning for on-directory objects).
 o Modify:   Rewrite existing file data or modify existing
             directory entries.
 o Extend:   Write new data or add directory entries.
 o Delete:   Delete an existing directory entry.
 o Execute:  Execute file (no meaning for a directory).
You can read more: http://www.faqs.org/rfcs/rfc1813.html

Pls update your nmap svn copy and give it a try.

nfs-acls and nfs-dirlist scripts will be deleted since this script 
handles all their operations.

Thx.

-- 
tixxdz
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: