Adding platform and arch to top level

GSoC/Meterpreter_Web_Console
Mehmet İnce 2018-12-25 15:56:25 +03:00
parent e6b2b6cee5
commit fa542b9691
1 changed files with 1 additions and 1 deletions

View File

@ -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' =>
[