we're not sending an applet, just a jar, clarify the output

git-svn-id: file:///home/svn/framework3/trunk@11084 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-11-21 19:58:04 +00:00
parent 4be4c763c8
commit d608db778c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class Metasploit3 < Msf::Exploit::Remote
dir = [ Msf::Config.data_directory, "exploits", "cve-2010-3563" ]
jar = p.encoded_jar
jar.add_files(paths, dir)
print_status("Sending Applet.jar to #{cli.peerhost}:#{cli.peerport}...")
print_status("Sending Jar file to #{cli.peerhost}:#{cli.peerport}...")
send_response(cli, jar.pack, { 'Content-Type' => "application/octet-stream" })
handler(cli)