Correct the DLL path
git-svn-id: file:///home/svn/framework3/trunk@5844 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -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',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user