Skip to content

Commit 63e91fa

Browse files
committed
Add reference
1 parent 677cd97 commit 63e91fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/exploits/multi/vnc/vnc_keyboard_exec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ def initialize(info = {})
3636
[ 'VNC Windows / VBScript CMDStager', { 'Platform' => 'win' } ],
3737
[ 'VNC Linux / Unix', { 'Arch' => ARCH_CMD, 'Platform' => 'unix' } ]
3838
],
39+
'References' =>
40+
[
41+
[ 'URL', 'http://www.jedi.be/blog/2010/08/29/sending-keystrokes-to-your-virtual-machines-using-X-vnc-rdp-or-native/']
42+
],
3943
'DisclosureDate' => 'Jul 10 2015',
4044
'DefaultTarget' => 0))
4145

0 commit comments

Comments
 (0)