From 83b2d80a56892045be049f0c3bce35fb060938e7 Mon Sep 17 00:00:00 2001 From: Rdbo <57117082+rdbo@users.noreply.github.com> Date: Thu, 18 May 2023 01:58:36 +0000 Subject: [PATCH] fixed typos --- Methodology and Resources/Active Directory Attack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Methodology and Resources/Active Directory Attack.md b/Methodology and Resources/Active Directory Attack.md index 1fb6bda..4afffad 100644 --- a/Methodology and Resources/Active Directory Attack.md +++ b/Methodology and Resources/Active Directory Attack.md @@ -364,7 +364,7 @@ Replace the customqueries.json file located at `/home/username/.config/bloodhoun #Check last password change Get-UserProperty -Properties pwdlastset - #Get a spesific "string" on a user's attribute + #Get a specific "string" on a user's attribute Find-UserField -SearchField Description -SearchTerm "wtver" #Enumerate user logged on a machine @@ -486,7 +486,7 @@ Replace the customqueries.json file located at `/home/username/.config/bloodhoun ```powershell Get-ADUser -Filter * -Identity -Properties * - #Get a spesific "string" on a user's attribute + #Get a specific "string" on a user's attribute Get-ADUser -Filter 'Description -like "*wtver*"' -Properties Description | select Name, Description ``` - **Enum Domain Computers:**