Land #10023, fix ms17-010 psexec similar to 4a56ecf3ae

GSoC/Meterpreter_Web_Console
Jacob Robles 2018-05-15 07:33:39 -05:00
commit 40ccebc9bf
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class MetasploitModule < Msf::Exploit::Remote
when 'PowerShell'
execute_powershell_payload
when 'Native upload'
native_upload
native_upload(datastore['SHARE'])
when 'MOF upload'
mof_upload(datastore['SHARE'])
end