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 6c6a778 commit 677cd97Copy full SHA for 677cd97
modules/exploits/multi/vnc/vnc_keyboard_exec.rb
@@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Remote
18
19
def initialize(info = {})
20
super(update_info(info,
21
- 'Name' => 'VNC Keyboard Exec',
+ 'Name' => 'VNC Keyboard Remote Code Execution',
22
'Description' => %q{
23
This module exploits VNC servers by sending virtual keyboard keys and executing
24
a payload. On Windows systems a command prompt is opened and a PowerShell or CMDStager
0 commit comments