Correct the DLL path

git-svn-id: file:///home/svn/framework3/trunk@5844 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-11-05 06:13:26 +00:00
parent 093e605d0d
commit be3bfb36a9
1 changed files with 1 additions and 1 deletions

View File

@ -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',
[