Switch to manual payload selection, because we don't auto-detect
parent
c08ee695a9
commit
2260e4b471
|
@ -14,7 +14,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => '[INCOMPLETE] Splunk 5.0 Custom App Remote Code Execution',
|
||||
'Name' => 'Splunk 5.0 Custom App Remote Code Execution',
|
||||
'Description' => %q{
|
||||
This module exploits a feature of Splunk whereby a custom application can be
|
||||
uploaded through the web based interface. Through the 'script' search command a
|
||||
|
@ -43,7 +43,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Space' => 1024,
|
||||
'DisableNops' => true
|
||||
},
|
||||
'Platform' => ['unix', 'win', 'linux'],
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Splunk 5.0.1 / Linux',
|
||||
|
@ -59,7 +58,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}
|
||||
]
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => 'Sep 27 2012'))
|
||||
|
||||
register_options(
|
||||
|
|
Loading…
Reference in New Issue