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.|