Merge pull request #91 from GJL/patch-1

Fix wrong key name in service-scans-default.toml
This commit is contained in:
Tib3rius 2021-06-27 11:54:48 -04:00 committed by GitHub
commit 42db129326
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]