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 caf06538be
commit b047d313d6
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]