1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +00:00

Added smb-ms10-054 vuln check script to trunk

This commit is contained in:
aca
2012-07-23 09:52:38 +00:00
parent c6560edae5
commit 6fec00655d
4 changed files with 151 additions and 1 deletions

View File

@@ -628,7 +628,7 @@ end
--@param command The command to use.
--@param overrides The overrides table. Keep in mind that overriding things like flags is generally a very bad idea, unless you know what you're doing.
--@return A binary string containing the packed packet header.
local function smb_encode_header(smb, command, overrides)
function smb_encode_header(smb, command, overrides)
-- Make sure we have an overrides array
overrides = overrides or {}