Replace RHOST reassing with just host

This looks okay from debug (the host looks like it's generating okay)
but there may be some subtle thing I'm not seeing here. @wchen-r7 can
you glance at this please?

[SeeRM #8498]
bug/bundler_fix
Tod Beardsley 2014-04-14 22:17:31 -05:00
parent 9db01770ec
commit 775b0de3c0
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Metasploit3 < Msf::Exploit::Remote
vprint_status("Sending java reverse shell") vprint_status("Sending java reverse shell")
else else
port = datastore['LPORT'] port = datastore['LPORT']
datastore['RHOST'] = cli.peerhost host = cli.peerhost
vprint_status( "Java bind shell" ) vprint_status( "Java bind shell" )
end end
if jar if jar