Fix payload_path method

Meatballs 2014-02-25 22:10:18 +00:00
parent bbacaa477e
commit c18aceaa94
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class Metasploit3 < Msf::Exploit::Local
end
def payload_filepath(temp_path)
def payload_filepath
"#{@temp_path}\\CRYPTBASE.dll"
end