From 3dfc3f576e510aad4dc51f17f587223055b951d9 Mon Sep 17 00:00:00 2001 From: Fahri Date: Thu, 14 Sep 2023 13:56:12 +0200 Subject: [PATCH] Fix typo --- .../child-domain-da-to-ea-in-parent-domain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offensive-security-experiments/active-directory-kerberos-abuse/child-domain-da-to-ea-in-parent-domain.md b/offensive-security-experiments/active-directory-kerberos-abuse/child-domain-da-to-ea-in-parent-domain.md index 4ba0e230..6f1d0c0a 100644 --- a/offensive-security-experiments/active-directory-kerberos-abuse/child-domain-da-to-ea-in-parent-domain.md +++ b/offensive-security-experiments/active-directory-kerberos-abuse/child-domain-da-to-ea-in-parent-domain.md @@ -26,7 +26,7 @@ Trusts between the two domains could be checked from powershell by issuing: Get-ADTrust -Filter * ``` -The first console shows the domain trust relationship from `offense.local` perspective and the second one from `red.offense.local`. Note the the direction is `BiDirectional` which means that members can authenticate from one domain to another when they want to access shared resources: +The first console shows the domain trust relationship from `offense.local` perspective and the second one from `red.offense.local`. Note the direction is `BiDirectional` which means that members can authenticate from one domain to another when they want to access shared resources: ![](../../.gitbook/assets/domains-trusts2.png)