Skip to content

Commit

Permalink
Land rapid7#11315, fix incorrect API usage of session_setup_clear
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jan 29, 2019
2 parents 61d677d + 91da350 commit 96786f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex/proto/smb/client.rb
Expand Up @@ -653,7 +653,7 @@ def session_setup(user='', pass='', domain='', do_recv=true)

end

return self.session_setup_clear(*args)
return self.session_setup_clear(user, pass, domain)
end

# Authenticate using clear-text passwords
Expand Down

0 comments on commit 96786f4

Please sign in to comment.