Merge pull request #241 from CoolHandSquid/HAC-nfs

HAC nfs
This commit is contained in:
Carlos Polop 2021-09-25 15:20:41 +01:00 committed by GitHub
commit 1fe0b0f736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
```