Switch to manual payload selection, because we don't auto-detect

unstable
sinn3r 2012-12-07 11:07:11 -06:00
parent c08ee695a9
commit 2260e4b471
1 changed files with 1 additions and 3 deletions

View File

@ -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(