Fix payload_path method
parent
bbacaa477e
commit
1f08ad48a4
|
@ -139,7 +139,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
end
|
||||
|
||||
|
||||
def payload_filepath(temp_path)
|
||||
def payload_filepath
|
||||
"#{@temp_path}\\CRYPTBASE.dll"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue