A python script for working with Windows tokens
== LIST ==
Lists the running programs on the system, their owner and their permissions by querying their token
== ELEVATE ==
Enables all privileges for the current process' token and spawns a command prompt
== IMPERSONATE ==
Duplicates a token from a process, enables all of it's privileges and uses it to spawn a command prompt (you usually have to run this as SYSTEM to switch users)
== IMPERSONATABLE ==
Lists all the processes whose primary tokens can be duplicated and used to spawn processes
== ATTRIBUTES ==
Gets all the token attributes of a process
== DELEGATE ==
Lists possible delegate tokens (BETA)
== NON-PRIMARY ==
Lists non-primary tokens (BETA)