add better error reporting
git-svn-id: file:///home/svn/framework3/trunk@11120 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c152900db6
commit
1d8e1e332c
|
@ -119,7 +119,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
if not @jvm_init
|
||||
print_error
|
||||
print_error "JVM not initialized. You must install the Java Development Kit, the rjb ruby gem, and set the $JAVA_HOME variable."
|
||||
print_error "The JDK failed to initialized: #{@java_error}"
|
||||
print_error "In order to dynamically sign the applet, you must install the Java Development Kit, the rjb gem, and set the JAVA_HOME environment variable."
|
||||
print_error
|
||||
print_error "Falling back to static signed applet. This exploit will still work, but the CERTCN and APPLETNAME variables will be ignored."
|
||||
print_error
|
||||
@use_static = true
|
||||
|
|
Loading…
Reference in New Issue