Add running `showmount -e` for targets with NFS

This commit is contained in:
Moshe Kaplan 2019-05-18 23:55:27 -04:00 committed by GitHub
parent 5da3f41acc
commit 64a0773892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -255,6 +255,10 @@ service-names = [
name = 'nmap-nfs'
command = 'nmap {nmap_extra} -sV -p {port} --script="(rpcinfo or nfs*) and not (brute or broadcast or dos or external or fuzzer)" -oN "{scandir}/{protocol}_{port}_nfs_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_nfs_nmap.xml" {address}'
[[nfs.scan]]
name = 'showmount'
command = 'showmount -e {address} > "{scandir}/showmount.txt"'
[nntp]
service-names = [