Clamp compatible payloads until we know better

GSoC/Meterpreter_Web_Console
William Vu 2018-07-25 14:06:14 -05:00
parent 86d634cb64
commit efacaef9df
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@ class MetasploitModule < Msf::Exploit::Remote
'Platform' => 'unix',
'Arch' => ARCH_CMD,
'Type' => :unix_memory,
'Payload' => {'BadChars' => ' ', 'Encoder' => 'cmd/ifs'}
'Payload' => {
'BadChars' => ' ',
'Encoder' => 'cmd/ifs',
'Compat' => {'PayloadType' => 'cmd', 'RequiredCmd' => 'netcat-e'}
}
],
=begin
['Linux Dropper',