Try Hack Me – Advent of Cyber 3 – Day 12 – NFS

Network File System (NFS) is a protocol that allows the ability to transfer files between different computers and is available on many systems, including MS Windows and Linux. Consequently, NFS makes it easy to share files between various operating systems.

We can see the shared files using the command showmount. The -e or –exports show the NFS server’s export list.

Syntaxshowmount -e IP_ADDRESS

The shares can be mounted using the mount command; syntax – mount IP:/share Folder_Name.

Command to get the MD5 hash of any file – md5sum filename

This was an easy lab, few but new learnings.