2049 - NFS
Theory
NFS is a system designed for client/server that enables users to seamlessly access files over a network as though these files were located within a local directory.
A notable aspect of this protocol is its lack of built-in authentication or authorization mechanisms. Instead, authorization relies on file system information, with the server tasked with accurately translating client-provided user information into the file system's required authorization format, primarily following UNIX syntax.
Practical
Enumeration
Nmap Scripts
Metasploit Modules
Mounting a Share
REFERENCES
Last updated