# skeleton

`misc::skeleton` injects a "[Skeleton Key](https://www.thehacker.recipes/ad/persistence/skeleton-key)" into the LSASS process on the domain controller. A "master password" can then be used to authenticate as any domain user, while domain users can authenticate with their own password. The default skeleton key password is `mimikatz`**.**

The command has the following argument:

* `/letaes`

{% hint style="info" %}
This command requires elevated privileges (by previously running [`privilege::debug`](https://tools.thehacker.recipes/mimikatz/modules/privilege/debug) or by executing Mimikatz as the `NT-AUTHORITY\SYSTEM` account).
{% endhint %}

```
mimikatz # misc::skeleton
```

If the LSA protection is enabled, then the following commands can be used to remove it.

```
mimikatz # !+
mimikatz # !processprotect /process:lsass.exe /remove
```

More information on the Skeleton Key attack on The Hacker Recipes.

{% embed url="<https://www.thehacker.recipes/ad/persistence/skeleton-key>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tools.thehacker.recipes/mimikatz/modules/misc/skeleton.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
