Modify primer to utilise file_contents macro.

This commit is contained in:
Matthew Hall 2015-03-04 09:51:01 +00:00
parent da829d9ea9
commit dfb6711ad7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
end end
def primer def primer
self.exe_contents = generate_payload_dll self.file_contents = generate_payload_dll
print_status("File available on #{unc}...") print_status("File available on #{unc}...")
end end