Revert ARCH_CMD payload to cmd/unix/generic
There is no telnetd, so cmd/unix/bind_busybox_telnetd won't work.GSoC/Meterpreter_Web_Console
parent
bad53aeaf1
commit
0c8b260737
|
@ -44,7 +44,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'Arch' => ARCH_CMD,
|
||||
'Type' => :unix_memory,
|
||||
'DefaultOptions' => {
|
||||
'PAYLOAD' => 'cmd/unix/bind_busybox_telnetd'
|
||||
'PAYLOAD' => 'cmd/unix/generic'
|
||||
}
|
||||
],
|
||||
['Linux Dropper',
|
||||
|
|
Loading…
Reference in New Issue