Skip to content

Commit a89926b

Browse files
author
HD Moore
committed
Exclude vncinject from http stagers (depends on sockedi)
1 parent 9ade107 commit a89926b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/payloads/stages/windows/vncinject.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def initialize(info = {})
2525
'Name' => 'VNC Server (Reflective Injection)',
2626
'Description' => 'Inject a VNC Dll via a reflective loader (staged)',
2727
'Author' => [ 'sf' ],
28-
'Session' => Msf::Sessions::VncInject ))
28+
'Session' => Msf::Sessions::VncInject
29+
'Convention' => 'sockedi -http -https'))
2930

3031
end
3132

0 commit comments

Comments
 (0)