mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
defaulted to basic login for smb-check-vulns (the test infected box I found doens't like extended logins, not sure whether it's because of Conficker or if it was random chance
This commit is contained in:
@@ -207,7 +207,7 @@ function check_conficker(host)
|
||||
local bind_result, netpathcompare_result
|
||||
|
||||
-- Create the SMB session
|
||||
status, smbstate = msrpc.start_smb(host, "\\\\BROWSER")
|
||||
status, smbstate = msrpc.start_smb(host, "\\\\BROWSER", true)
|
||||
if(status == false) then
|
||||
return false, smbstate
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user