Update splunk_upload_app_exec.rb
parent
f6e9410d87
commit
2f1ee95073
|
@ -49,18 +49,21 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
{
|
||||
'Arch' => ARCH_CMD,
|
||||
'Platform' => %w(linux unix)
|
||||
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_python'}
|
||||
}
|
||||
],
|
||||
[ 'Splunk >= 7.2.4 / Windows',
|
||||
{
|
||||
'Arch' => ARCH_CMD,
|
||||
'Platform' => 'win'
|
||||
'DefaultOptions' => {'PAYLOAD' => 'cmd/windows/adduser'}
|
||||
}
|
||||
],
|
||||
[ 'Splunk >= 7.2.4 / OSX',
|
||||
{
|
||||
'Arch' => ARCH_CMD,
|
||||
'Platform' => %w(linux unix)
|
||||
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_python'}
|
||||
}
|
||||
],
|
||||
[ 'Splunk >= 5.0.1 / Linux',
|
||||
|
|
Loading…
Reference in New Issue