add in bourne and printf command stager flavors for Linux target

This commit is contained in:
sfewer-r7
2023-04-11 12:07:49 +01:00
parent 70018f7543
commit 296fd6fec7
@@ -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'
}