nfswolf 1.0.0

Pure-Rust NFS (v2/v3/v4) security toolkit: recon, analysis, export-escape, FUSE mount, and an interactive shell for authorized red-team and pentest work.
1
2
3
4
//! Utility modules  --  stealth timing and on-disk binary log parsers.

pub(crate) mod stealth;
pub(crate) mod utmp;