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:
parent
da59c5b3ad
commit
1717a5841e
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue