Skip to content

live token

skelsec edited this page Apr 14, 2021 · 2 revisions

What it does

Process token manipulation commands. See subcommands for options.

Remarks

Sorry about the bad output options :(

Requirements

For most commands administrative privileges, OR a user account that has SE_DEBUG enabled.

Subcommands

  • list : Lists all ProcessTokens from all processes the currnt user can open.
  • current : Gets info about the token of the current session

Switches

  • -f: Tries to obtain the list of tokens even without SE_DEBUG privilege.

Examples

  • pypykatz live token list: Prints all tokens to STDOUT
  • pypykatz live token current: Prints current session info
Clone this wiki locally