No need to escape single quotes in %q{} strigns
parent
2f87c880df
commit
03a1f4455d
|
@ -15,7 +15,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module can be used to install a WAR file payload on JBoss servers that have
|
This module can be used to install a WAR file payload on JBoss servers that have
|
||||||
an exposed "jmx-console" application. The payload is put on the server by
|
an exposed "jmx-console" application. The payload is put on the server by
|
||||||
using the jboss.system:BSHDeployer\'s createScriptDeployment() method.
|
using the jboss.system:BSHDeployer's createScriptDeployment() method.
|
||||||
},
|
},
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue