1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Turned off logging in smb-psexec. When logging is on, a .txt file is left on the target system.

This commit is contained in:
ron
2010-01-06 03:39:17 +00:00
parent c4237f60b0
commit 641a5ff24c

View File

@@ -1024,7 +1024,7 @@ local function get_params(config)
table.insert(params, config.path .. "\\" .. config.output_file)
table.insert(params, config.path .. "\\" .. config.temp_output_file)
table.insert(params, tostring(#config.enabled_modules))
table.insert(params, "1") -- TODO: Turn off logging
table.insert(params, "0")
table.insert(params, config.key)
table.insert(params, config.path)
for _, mod in ipairs(config.enabled_modules) do