Correct the DLL path
git-svn-id: file:///home/svn/framework3/trunk@5844 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
093e605d0d
commit
be3bfb36a9
|
@ -29,7 +29,7 @@ module Metasploit3
|
|||
[
|
||||
true,
|
||||
"The local path to the VNC DLL to upload",
|
||||
File.join(Msf::Config.install_root, "data", "reflective_vncdll.dll")
|
||||
File.join(Msf::Config.install_root, "data", "vncdll.dll")
|
||||
]),
|
||||
OptPort.new('VNCPORT',
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue