From 73182d41151182e1536dcd410e008bdfa955f5c3 Mon Sep 17 00:00:00 2001 From: CyberSeCnsei <144922253+CyberSeCnsei@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:50:17 +0200 Subject: [PATCH] Update README.md Fixed typo --- 1.Information-Gathering/Windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.Information-Gathering/Windows/README.md b/1.Information-Gathering/Windows/README.md index 5a3c305..d5e6f6d 100644 --- a/1.Information-Gathering/Windows/README.md +++ b/1.Information-Gathering/Windows/README.md @@ -34,7 +34,7 @@ |net group /domain|Display groups and performs the operation on the domain controller in the current domain. | |net group "Domain Admins" /domain|Query users from domain admins in current domain.| |net group "Domain Computers" /domain|Query all domain computers in current domain.| -|net group "Domain Controllers" /domain|Query Domain Comtrollers Computers.| +|net group "Domain Controllers" /domain|Query Domain Controllers Computers.| |net group "Domain Policy Creator Owners" /domain|Query Domain Policy Creators.| |net accounts /domain|Updates the user accounts database and modifies password and logon requirements for all accounts. Performs the operation on the primary domain controller of the current domain.| |wmic useraccount|User account management.|