2049 nfs

Exploiting nfs:2049

distributed file system protocol, allowing a user on a client computer to access files over a computer network

Thhis command shows what ip can access what files. In this case, any IP can mount the "amir" folder.

Mount the share:

mount - t nfs IP:/home/amir /mnt/Shares

  • -t specifies the mount type, IP: shared folder location and then the last part specifies the local shared location

Last updated