Fix payload_path method

Meatballs 2014-02-25 22:10:18 +00:00
parent bbacaa477e
commit 1f08ad48a4
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