We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ecdde commit 4757698Copy full SHA for 4757698
modules/exploits/windows/fileformat/ms13_071_theme.rb
@@ -67,7 +67,7 @@ def initialize(info={})
67
68
def exploit
69
print_status("Creating '#{datastore['FILENAME']}' file ...")
70
- self.exe_contents = generate_payload_exe
+ self.file_contents = generate_payload_exe
71
print_status("Malicious SCR available on #{unc}...")
72
# Default Windows XP / 2003 theme modified
73
theme = <<-EOF
0 commit comments