Skip to content

Commit

Permalink
Modify primer to utilise file_contents macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hall committed Mar 4, 2015
1 parent 1751921 commit 0d56f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/http/struts_http_jspinject.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def check
end

def primer
self.exe_contents = payload.encoded
self.file_contents = payload.encoded
print_status("File available on #{unc}...")
share = "#{unc}"
sploit = datastore['URI']
Expand Down

0 comments on commit 0d56f5b

Please sign in to comment.