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
parent
9db01770ec
commit
775b0de3c0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue