Skip to content
/ tnum Public

A python tool for working with Windows tokens

Notifications You must be signed in to change notification settings

puckblush/tnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tnum

A python script for working with Windows tokens
Alt Text

Features :

== 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)

Releases

No releases published

Packages

No packages published

Languages