From 4e95eb5d3430c0fe09ffbc4785da2a7ba6a01978 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 12 Dec 2011 11:33:17 -0600 Subject: [PATCH] Update description (Feature #6080) --- modules/post/windows/gather/win_privs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '],