Missing comma

bug/bundler_fix
HD Moore 2015-03-11 00:49:07 -05:00
parent cb1a1ef692
commit ad39adf9c2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module Metasploit3
'Name' => 'VNC Server (Reflective Injection)', 'Name' => 'VNC Server (Reflective Injection)',
'Description' => 'Inject a VNC Dll via a reflective loader (staged)', 'Description' => 'Inject a VNC Dll via a reflective loader (staged)',
'Author' => [ 'sf' ], 'Author' => [ 'sf' ],
'Session' => Msf::Sessions::VncInject 'Session' => Msf::Sessions::VncInject,
'Convention' => 'sockedi -http -https')) 'Convention' => 'sockedi -http -https'))
end end