Giter Site home page Giter Site logo

fu3fi / createhiddenaccount Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wgpsec/createhiddenaccount

0.0 0.0 0.0 2.3 MB

A tool for creating hidden accounts using the registry || 一个使用注册表创建隐藏帐户的工具

License: Apache License 2.0

Go 100.00%

createhiddenaccount's Introduction

CreateHiddenAccount 创建隐藏账号

GitHub stars GitHub issues GitHub release img img

CreateHiddenAccount

中文 | EN

Tool Introduction

There are two common ways to create a hidden account. One is to add the $ sign directly after the user name to create it, and the other is to use the registry to clone the user to create. .

So I wondered if I could implement the process of cloning accounts using the registry. After searching on the Internet, I couldn't find a convenient tool, so I wrote one myself.

In addition to adding hidden accounts, the tool also adds functions to check hidden accounts and delete hidden accounts, so that both the red team and the blue team can use this tool.

**DISCLAIMER: DO NOT USE THE TOOL FOR ILLEGAL USE, THE DEVELOPER IS NOT RESPONSIBLE OR RESPONSIBLE FOR ANY MISUSE OR DAMAGE. **

Download Link

https://github.com/wgpsec/CreateHiddenAccount/releases

  • CreateHiddenAccount.exe BypassAV works better
  • CreateHiddenAccount_upx.exe Smaller size

Help Information

Use CreateHiddenAccount.exe -h for help

  • -c Check the hidden accounts of the current system
  • -cu Set clone user (default "Administrator")
  • -d Set delete username, If the username does not end with a $ sign, a $ sign will be added automatically
  • -oc Only create hidden users, do not clone users by modifying the registry
  • -p Set password
  • -u Set username, If the username does not end with a $ sign, a $ sign will be added automatically
  • -v View version

img

✨ Example

Add a hidden account with the user name teamssix, the tool will automatically add the $ character after the user name, so the created user name is teamssix$

When using, remember to run under administrator privileges, otherwise it will prompt insufficient privileges.

 CreateHiddenAccount.exe -u teamssix -p Passw0rd

img

Select the username you want to clone

CreateHiddenAccount.exe -u teamssix2 -p Passw0rd -cu test

Only create hidden users, do not modify the registry

CreateHiddenAccount.exe -u teamssix3 -p Passw0rd -oc

Check the hidden accounts of the current system.

 CreateHiddenAccount.exe -c

img

Delete the teamssix hidden account

 CreateHiddenAccount.exe -d teamssix

img

In the end, if there is any bug to open an issue, the Star will be gone, you know.

⚠️ Notice

  • The tool requires administrator privileges to run

  • This tool is not guaranteed to work properly on 32-bit systems

  • On the domain controller machine, this tool will only add hidden users and will not modify the registry, because on the domain controller machine, user information is not stored in the registry.

  • If the control panel shows that there is a hidden user, but both tools and net user show that the user does not exist, then when the computer restarts, the hidden user in the control panel will disappear.

  • The tool will automatically add the $ character to the username without the $ character. For example, if -u specifies the user name as teamssix, the actual account added is teamssix$; if -u specifies the user name as teamssix$, then the actual added account is or teamssix$

    The purpose of this is because if the user name does not have the $ character, then hiding the user is meaningless. If you just want to add an account, just use net user directly.

Changelog

v0.2 2021.1.18

  • Enhanced the ability to detect hidden accounts
  • Added ability to select clone user
  • Added the function of only creating hidden users without modifying the registry
  • Added tool version display

v0.1 2021.1.17

createhiddenaccount's People

Contributors

diauweb avatar teamssix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.