Skip to content

Commit a90ebfe

Browse files
author
Matthew Hall
committed
Modify primer to utilise file_contents macro.
1 parent 2fc9d3a commit a90ebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/generic_http_dll_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def initialize(info={})
5555
end
5656

5757
def primer
58-
self.exe_contents = generate_payload_dll
58+
self.file_contents = generate_payload_dll
5959
print_status("File available on #{unc}...")
6060
if datastore['StripExt']
6161
share = "#{unc}".gsub(/\.dll/,'')

0 commit comments

Comments
 (0)