Skip to content

Tool for playing with Windows Access Token manipulation.

Notifications You must be signed in to change notification settings

eversinc33/Godmode

Repository files navigation

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

About

Tool for playing with Windows Access Token manipulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published