Fix more print_*
This commit is contained in:
@@ -121,11 +121,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
jar = payload.encoded
|
||||
host = datastore['LHOST']
|
||||
port = datastore['LPORT']
|
||||
vprint_status("Java reverse shell to #{host}:#{port} from #{peer}" )
|
||||
vprint_status("Sending java reverse shell")
|
||||
else
|
||||
port = datastore['LPORT']
|
||||
datastore['RHOST'] = cli.peerhost
|
||||
vprint_status( "Java bind shell on #{cli.peerhost}:#{port}..." )
|
||||
vprint_status( "Java bind shell" )
|
||||
end
|
||||
if jar
|
||||
print_status( "Generated jar to drop (#{jar.length} bytes)." )
|
||||
|
||||
Reference in New Issue
Block a user