From 58e96734811d2047f1e722b84e9e7e227e9564da Mon Sep 17 00:00:00 2001 From: CoolHandSquid <42553774+CoolHandSquid@users.noreply.github.com> Date: Sun, 19 Sep 2021 05:07:30 -0400 Subject: [PATCH] HAC nfs --- pentesting/nfs-service-pentesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentesting/nfs-service-pentesting.md b/pentesting/nfs-service-pentesting.md index 3c4934e6..f93b6c34 100644 --- a/pentesting/nfs-service-pentesting.md +++ b/pentesting/nfs-service-pentesting.md @@ -96,6 +96,6 @@ Entry_1: Entry_2: Name: Nmap Description: Nmap with NFS Scripts - Command: nmap --script=nfs-ls.nse,nfs-showmount.nse,nfs-status.nse -p 2049 {IP} + Command: nmap --script=nfs-ls.nse,nfs-showmount.nse,nfs-statfs.nse -p 2049 {IP} ```