mirror of
https://github.com/nmap/nmap.git
synced 2025-12-12 10:49:02 +00:00
Remove some leftover debug statements
This commit is contained in:
@@ -361,8 +361,6 @@ local function lm_create_hash(password)
|
|||||||
buf[i] = ch
|
buf[i] = ch
|
||||||
end
|
end
|
||||||
password = table.concat(buf)
|
password = table.concat(buf)
|
||||||
local nsedebug = require 'nsedebug'
|
|
||||||
stdnse.debug1("LM Password: %s", stdnse.tohex(password))
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- If password is under 14 characters, pad it to 14
|
-- If password is under 14 characters, pad it to 14
|
||||||
|
|||||||
Reference in New Issue
Block a user