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:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user