# README
Privilege
Commands related to manipulation of operating system privileges, such as Windows Tokens.
# Functions
Commands returns the “ command and its subcommands.
GetPrivsCmd - Get the current process privileges (Windows only).
GetSystemCmd - Windows only, attempt to get SYSTEM on the remote system.
ImpersonateCmd - Windows only, impersonate a user token.
MakeTokenCmd - Windows only, create a token using "valid" credentails.
PrintGetPrivs - Print the results of the get privs command.
PrintGetSystem - Print the results of get system.
PrintImpersonate - Print the results of the attempted impersonation.
PrintMakeToken - Print the results of attempting to make a token.
PrintRev2Self - Print the result of revert to self.
PrintRunAs - Print the result of run as.
RevToSelfCmd - Drop any impersonated tokens.
RunAsCmd - Run a command as another user on the remote system.