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 677cd97 commit 63e91faCopy full SHA for 63e91fa
modules/exploits/multi/vnc/vnc_keyboard_exec.rb
@@ -36,6 +36,10 @@ def initialize(info = {})
36
[ 'VNC Windows / VBScript CMDStager', { 'Platform' => 'win' } ],
37
[ 'VNC Linux / Unix', { 'Arch' => ARCH_CMD, 'Platform' => 'unix' } ]
38
],
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
+ ],
43
'DisclosureDate' => 'Jul 10 2015',
44
'DefaultTarget' => 0))
45
0 commit comments