From be3bfb36a968be794e4d4e7bbbb420fe8ecdaafd Mon Sep 17 00:00:00 2001 From: HD Moore Date: Wed, 5 Nov 2008 06:13:26 +0000 Subject: [PATCH] Correct the DLL path git-svn-id: file:///home/svn/framework3/trunk@5844 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/stages/windows/reflectivevncinject.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/stages/windows/reflectivevncinject.rb b/modules/payloads/stages/windows/reflectivevncinject.rb index 1a41699f46..e1710bd925 100644 --- a/modules/payloads/stages/windows/reflectivevncinject.rb +++ b/modules/payloads/stages/windows/reflectivevncinject.rb @@ -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', [