Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
NewMachineAccount — Creates Active Directory machine accounts with custom passwords, supporting optional OU placement, explicit credentials, and UAC flag configuration. | Kitploit
Tools/GitHubGitHub/decoder-it/newmachineaccount
ExploitationPost-ExploitationPenetration TestingRed Teaming
GitHubdecoder-it/newmachineaccount

NewMachineAccount

Creates Active Directory machine accounts with custom passwords, supporting optional OU placement, explicit credentials, and UAC flag configuration.

View Repository
40521 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

NewMachineAccount

Capture

Overview

NewMachineAccount.exe is a simple standalone exe tool for creating new machine accounts with custom password within a specified domain.

Usage

root@kitploit:~
NewMachineAccount.exe v1.0 by @decoder_it
    -dc <DomainController>
    -name <MachineAccount>
    -domain <Domain>
    -password <MachinePassword>
    [-ou <OU>]
    [-user <Username>]
    [-pass <Password>]
    [-uac <UAC Flags>]

Parameters

  • -dc <DomainController>: Specifies the domain controller to use.
  • -name <MachineAccount>: Name of the machine account to be created.
  • -domain <Domain>: The domain in which the machine account will be created.
  • -password <MachinePassword>: Password for the new machine account.
  • [-ou <OU>] (Optional): Organizational Unit (OU) where the account should be placed.
  • [-user <Username>] (Optional): Username for authentication.
  • [-pass <Password>] (Optional): Password for authentication.
  • [-uac <UAC Flags>] (Optional): User Account Control (UAC) flags.
  • Example Usage

    root@kitploit:~
    NewMachineAccount.exe -dc DC01 -name NewMachine -domain example.com -password StrongPass123!
    
    root@kitploit:~
    NewMachineAccount.exe -dc DC02 -name TestMachine -domain test.com -password Passw0rd! -ou "OU=Computers,DC=test,DC=com" -user admin -pass AdminPass
    

    Notes

    • Ensure you have the necessary permissions to create machine accounts in the specified domain.
    • If you want to use explict credentials, use the -user and -pass options.
    • The -uac flag allows setting specific UAC configurations.

    Author

    @decoder_it

    Download Tool