Skip to content

Commit 3ac2ae6

Browse files
author
Tod Beardsley
committed
Disambiguate the module title from existing psexec
1 parent 72df070 commit 3ac2ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/smb/psexec_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
2121

2222
def initialize(info = {})
2323
super(update_info(info,
24-
'Name' => 'Microsoft Windows Authenticated Command Execution',
24+
'Name' => 'Microsoft Windows Authenticated Administration Utility',
2525
'Description' => %q{
2626
This module uses a valid administrator username and password to execute an
2727
arbitrary command on one or more hosts, using a similar technique than the "psexec"

0 commit comments

Comments
 (0)