From ad39adf9c2d9ef73609ab177a291187abe300a69 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Wed, 11 Mar 2015 00:49:07 -0500 Subject: [PATCH] Missing comma --- modules/payloads/stages/windows/vncinject.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/stages/windows/vncinject.rb b/modules/payloads/stages/windows/vncinject.rb index 2a634ddf58..5f78fd44ac 100644 --- a/modules/payloads/stages/windows/vncinject.rb +++ b/modules/payloads/stages/windows/vncinject.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'VNC Server (Reflective Injection)', 'Description' => 'Inject a VNC Dll via a reflective loader (staged)', 'Author' => [ 'sf' ], - 'Session' => Msf::Sessions::VncInject + 'Session' => Msf::Sessions::VncInject, 'Convention' => 'sockedi -http -https')) end