psexec native upload argument

This commit is contained in:
Jacob Robles 2018-05-01 09:33:17 -05:00
parent 28173222a8
commit 4a56ecf3ae
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,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