> ## 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.

# keys

## Summary

Interact with the linux keyring.

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

### Arguments

#### command

* Description: Choose a way to interact with keys.
* Required Value: True
* Default Value: None

#### keyword

* Description: Name of the key to search for
* Required Value: False
* Default Value: None

#### typename

* Description: Choose the type of key
* Required Value: False
* Default Value: None

## Usage

```
keys
```

## Detailed Summary

This command uses the golang keyctl package to interact with the Linux keyring. Not implemented for macOS
