mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 10:54:12 +00:00
21 lines
366 B
Markdown
21 lines
366 B
Markdown
+++
|
|
title = "getprivs"
|
|
chapter = false
|
|
weight = 103
|
|
hidden = false
|
|
+++
|
|
|
|
## Summary
|
|
Enable as many privileges as possible for your current access token.
|
|
|
|
## Usage
|
|
```
|
|
getprivs
|
|
```
|
|
|
|
## MITRE ATT&CK Mapping
|
|
|
|
- T1078
|
|
|
|
## Detailed Summary
|
|
The `getprivs` command uses the `AdjustTokenPrivileges` Windows API to enable all privileges assigned to the current thread's token. |