Skip to content

Commit

Permalink
Land #10023, fix ms17-010 psexec similar to 4a56ecf
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobles-r7 authored and msjenkins-r7 committed May 15, 2018
1 parent 3bc5b0b commit 72d8f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/smb/ms17_010_psexec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def smb_pwn()
when 'PowerShell'
execute_powershell_payload
when 'Native upload'
native_upload
native_upload(datastore['SHARE'])
when 'MOF upload'
mof_upload(datastore['SHARE'])
end
Expand Down

0 comments on commit 72d8f5b

Please sign in to comment.