Skip to content

Commit dfb6711

Browse files
author
Matthew Hall
committed
Modify primer to utilise file_contents macro.
1 parent da829d9 commit dfb6711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/dllserver.rb

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

5656
def primer
57-
self.exe_contents = generate_payload_dll
57+
self.file_contents = generate_payload_dll
5858
print_status("File available on #{unc}...")
5959
end
6060

0 commit comments

Comments
 (0)