111/2049 ~ RPC/NFS
https://docs.google.com/document/d/13mnzNxvA7lA7jO0Ptrek5hgUB0KoH1ZdRgK0-N7M9fo/edit?tab=t.0
1. Network File System (NFS)
1.1 nmap
1.2 showmount
To query the mount daemon on a remote host for information about the state of an NFS server on that machine
-a: List both the client hostname or IP address and mounted directory in host:dir format. This info should not be considered reliable.
-e: Show the NFS server's export list
1.3 mount
To mount a filesystem
Specify to use version 2 of NFS, which doesn't require any authentication:
2. Remote Procedure Call (RPC)
2.1 rpcinfo
Makes an RPC call to an RPC server and reports the status
-p: indicate to probe rpcbind
2.2 nmap
Last updated