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 cb1a1ef commit ad39adfCopy full SHA for ad39adf
modules/payloads/stages/windows/vncinject.rb
@@ -25,7 +25,7 @@ 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
0 commit comments