Exclude vncinject from http stagers (depends on sockedi)

bug/bundler_fix
HD Moore 2015-03-11 00:46:04 -05:00
parent 9ade107325
commit a89926b663
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ 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