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
William Vu 2019-02-19 13:22:38 -06:00
parent bad53aeaf1
commit 0c8b260737
1 changed files with 1 additions and 1 deletions

View File

@ -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',