How To Install Nfspysh In Kali And Fedora?
Install nfspysh
-
Kali Linux
apt-get install nfspyClick to copy -
Fedora
dnf install nfspyClick to copy
nfspy
ID-spoofing NFS clientNfSpy is a Python library for automating the falsification of NFS credentials when mounting an NFS share. Included are two client programs: nfspy uses the Filesystem in Userspace (FUSE) library to mount an NFS share in Linux. This allows the use of any regular file-searching and manipulation programs like grep and find to explore the NFS export. nfspysh is a ftp-like interactive shell for exploring NFS exports. It does not require the FUSE library, so it can run on non-Linux platforms.
Installing nfspysh command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Kali and Fedora operating systems. Once you run the command it will install the latest version of nfspysh 2026 package in your OS.




