Skip to content

Commit ad39adf

Browse files
author
HD Moore
committed
Missing comma
1 parent cb1a1ef commit ad39adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/stages/windows/vncinject.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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,
2929
'Convention' => 'sockedi -http -https'))
3030

3131
end

0 commit comments

Comments
 (0)