diff --git a/modules/post/windows/gather/win_privs.rb b/modules/post/windows/gather/win_privs.rb index 373d420fd0..af8fd353ae 100644 --- a/modules/post/windows/gather/win_privs.rb +++ b/modules/post/windows/gather/win_privs.rb @@ -19,8 +19,8 @@ class Metasploit3 < Msf::Post 'Name' => 'Windows Gather Privileges Enumeration', 'Description' => %q{ This module will print if UAC is enabled, and if the current account is - ADMIN enabled. It will also print UID, foreground SESSION ID and current - process PRIVILEGES. + ADMIN enabled. It will also print UID, foreground SESSION ID, is SYSTEM status + and current process PRIVILEGES. }, 'License' => MSF_LICENSE, 'Author' => [ 'Merlyn Cousins '],