mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
3d01895e83
commit
188209bc62
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue