mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
dd9f063b1f
commit
1fbc9e62cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue