Skip to content

Instantly share code, notes, and snippets.

@Sy3Omda
Created January 5, 2026 10:26
Show Gist options
  • Select an option

  • Save Sy3Omda/2ad9a74fe93f32bc81030b6e3bc558fe to your computer and use it in GitHub Desktop.

Select an option

Save Sy3Omda/2ad9a74fe93f32bc81030b6e3bc558fe to your computer and use it in GitHub Desktop.
privileges that are so powerful that any user that can enable them can effectively take control of the entire computer, even if they are not administrators.

SeDebugPrivilege - obtain read/write handles to any process, even those owned by other users or SYSTEM.

SeTakeOwnershipPrivilege - take ownership of any securable object including files, handles, and threads.

SeRestorePrivilege - replace any file on the system.

SeLoadDriverPrivilege - load a device driver into the kernel.

SeCreateTokenPrivilege - create arbitrary access tokens to impersonate any user with any privilege and any domain group membership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment