NFS
Network File System - Port 2049
Allows a user on a client computer to access files over a network as if it were local
NFS - Find and Enum
NFS - Sweep
Wildcard NSE didnt work well
Better to run NSE individually or as a Loop
NFS Root Squashing
Network File System
Send a rootbash over NFS with local root impersonating remote root
Only works if "no_root_squash" is setup
Remote users can: mount/access/create/modify files
Default: Created files inherit remote user/group ID
Even if not on the NFS server
How NFS protects obvious privesc
If remote user claims to be root uid=0
NFS will squash and treat as a nobody
Feature can be disabled!
REF: TarBackups
Last updated