> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# getuser

## Summary

Get information regarding the current user context.

* Needs Admin: False
* Version: 1
* Author: @xorrior

### Arguments

## Usage

```
getuser
```

## MITRE ATT\&CK Mapping

* T1033

## Detailed Summary

This command uses the golang `os/user` package and the `user.CurrentUser()` function to return the current user's username, uid, gid, and home directory.
