1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Fix name_confidence use (0-10, not 0-100)

This commit is contained in:
dmiller
2013-10-23 16:36:26 +00:00
parent 784eca0575
commit 4bbb4366d2
6 changed files with 9 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ function action(host,port)
port.version.name ='mongodb'
port.version.product='MongoDB'
port.version.name_confidence = 100
port.version.name_confidence = 10
nmap.set_port_version(host,port)
status, packet = mongodb.buildInfoQuery()