Skip to content

Commit

Permalink
fix ms17-010 similar to 4a56ecf
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosum0x0 committed May 14, 2018
1 parent a781756 commit 4a64401
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 4a64401

Please sign in to comment.