Fixes #3915 - NoMethodError private method `rhost'

There's no self.rhost, but rhost is defined
This commit is contained in:
sinn3r 2014-09-30 11:34:16 -05:00
parent 10dc6ed2fe
commit 7163b8c55a
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ module Metasploit
#Client time
chall_MsvAvTimestamp = blob_data[:chall_MsvAvTimestamp] || ''
spnopt = {:use_spn => send_spn, :name => self.rhost}
spnopt = {:use_spn => send_spn, :name => rhost}
resp_lm, resp_ntlm, client_challenge, ntlm_cli_challenge = NTLM_UTILS.create_lm_ntlm_responses(user, pass, challenge_key,
domain_name, default_name, default_domain,