mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
o [NSE] Fixed an error in the mssql library that was causing the
broadcast-ms-sql-discover script to fail when trying to update port version information. [Patrik]
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [NSE] Fixed an error in the mssql library that was causing the
|
||||
broadcast-ms-sql-discover script to fail when trying to update port version
|
||||
information. [Patrik]
|
||||
|
||||
o [NSE] Added the missing broadcast category to the broadcast-listener script.
|
||||
[Jason DePriest]
|
||||
|
||||
|
||||
@@ -2005,7 +2005,7 @@ Helper =
|
||||
-- Give some version info back to Nmap
|
||||
if ( instance.port and instance.version ) then
|
||||
instance.version:PopulateNmapPortVersion( instance.port )
|
||||
nmap.set_port_version( instance.host, instance.port, "hardmatched" )
|
||||
--nmap.set_port_version( instance.host, instance.port, "hardmatched" )
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user