Clamp compatible payloads until we know better
parent
86d634cb64
commit
efacaef9df
|
@ -44,7 +44,11 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'Platform' => 'unix',
|
'Platform' => 'unix',
|
||||||
'Arch' => ARCH_CMD,
|
'Arch' => ARCH_CMD,
|
||||||
'Type' => :unix_memory,
|
'Type' => :unix_memory,
|
||||||
'Payload' => {'BadChars' => ' ', 'Encoder' => 'cmd/ifs'}
|
'Payload' => {
|
||||||
|
'BadChars' => ' ',
|
||||||
|
'Encoder' => 'cmd/ifs',
|
||||||
|
'Compat' => {'PayloadType' => 'cmd', 'RequiredCmd' => 'netcat-e'}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
=begin
|
=begin
|
||||||
['Linux Dropper',
|
['Linux Dropper',
|
||||||
|
|
Loading…
Reference in New Issue