We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ade107 commit a89926bCopy full SHA for a89926b
modules/payloads/stages/windows/vncinject.rb
@@ -25,7 +25,8 @@ def initialize(info = {})
25
'Name' => 'VNC Server (Reflective Injection)',
26
'Description' => 'Inject a VNC Dll via a reflective loader (staged)',
27
'Author' => [ 'sf' ],
28
- 'Session' => Msf::Sessions::VncInject ))
+ 'Session' => Msf::Sessions::VncInject
29
+ 'Convention' => 'sockedi -http -https'))
30
31
end
32
0 commit comments