Fix wrong key name in service-scans-default.toml

In the finger scan section, change the key nmap to name.
This commit is contained in:
GJL 2021-06-06 11:00:58 +02:00 committed by GitHub
parent da59c5b3ad
commit 1717a5841e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ service-names = [
]
[[finger.scan]]
nmap = 'nmap-finger'
name = 'nmap-finger'
command = 'nmap {nmap_extra} -sV -p {port} --script="banner,finger" -oN "{scandir}/{protocol}_{port}_finger_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_finger_nmap.xml" {address}'
[ftp]