NewMachineAccount.exe is a lightweight, standalone executable designed for creating machine accounts in Active Directory (AD) domains.
This tool is particularly useful for system administrators and penetration testers who need to automate the creation of machine accounts with custom configurations, including passwords and organizational units (OUs).
Developed by @decoder_it, it provides a command-line interface for seamless integration into scripts and workflows.
The tool supports the following key features:
bashNewMachineAccount.exe -dc <DomainController> -name <MachineAccount> -domain <Domain> -password <MachinePassword> [-ou <OU>] [-user <Username>] [-pass <Password>] [-uac <UAC Flags>]
-dc
: Specifies the domain controller to target.-name
: Sets the name of the machine account.-domain
: Defines the target domain.-password
: Assigns a password to the account.[-ou]
: (Optional) Specifies the organizational unit.[-user]
& [-pass]
: (Optional) Provide credentials for authentication.[-uac]
: (Optional) Configures UAC flags.NewMachineAccount.exe -dc DC01 -name NewMachine -domain example.com -password StrongPass123!
NewMachineAccount.exe -dc DC02 -name TestMachine -domain test.com -password Passw0rd! -ou "OU=Computers,DC=test,DC=com" -user admin -pass AdminPass
ms-DS-MachineAccountQuota
attribute).-user
and -pass
) if required for authentication.The tool was created by @decoder_it and is aimed at simplifying machine account management within AD environments.
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…