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 72df070 commit 3ac2ae6Copy full SHA for 3ac2ae6
modules/auxiliary/admin/smb/psexec_command.rb
@@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
21
22
def initialize(info = {})
23
super(update_info(info,
24
- 'Name' => 'Microsoft Windows Authenticated Command Execution',
+ 'Name' => 'Microsoft Windows Authenticated Administration Utility',
25
'Description' => %q{
26
This module uses a valid administrator username and password to execute an
27
arbitrary command on one or more hosts, using a similar technique than the "psexec"
0 commit comments