Godmode icon indicating copy to clipboard operation
Godmode copied to clipboard

Tool for playing with Windows Access Token manipulation.

godmode

Small tool for playing with windows token manipulation.

Blog post available at https://eversinc33.github.io/posts/windows-access-tokens/

priv module:
        priv.debug - enable debug priv
        priv.assign - enable assignprimarytoken priv

token module:
        token.current - show current security tokens
        token.revert - revert to self
        token.list - list available tokens for all system processes
        token.cmd - run cmd.exe with a token from token.list
        token.run - run any process with a token from token.list
        token.impersonate - impersonate a token from token.list
        token.logon - logon a user with a password
        token.pipe - create a named pipe and run cmd.exe, impersonating the first client that connects to it

        exit