Adding platform and arch to top level
parent
e6b2b6cee5
commit
fa542b9691
|
@ -33,7 +33,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'WfsDelay' => 5,
|
||||
'Payload' => 'python/meterpreter/reverse_tcp'
|
||||
},
|
||||
'Platform' => ['unix'],
|
||||
'Platform' => ['python', 'unix'],
|
||||
'Arch' => [ ARCH_PYTHON, ARCH_CMD ],
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue