Windows 10 How to create a hidden user

Below we will see a possibility to create hidden but active user accounts in via a net user command.

This feature is increasingly being used by malware to create a backdoor on the system.

First open a window commands with administrator rights. The syntax to add a user with the net command is very simple:

net user / add randomuser randompassword

The above command will create a regular user that can be found in the list of users of your system

But here we will see another one . It is possible to hide a user backdoor so that it is not visible through the net user command.

If you add the $ symbol when creating an account:

net user / add evilbob $ evilpassword

Ο evilbob will not appear in the net user command.

But is there an account? Of course there is:

The net user command will not show the hidden user, but it appears from the Windows settings

However it is also possible to become invisible from the Control Panel by setting User flags to UF_WORKSTATION_TRUST_ACCOUNT.

Read here: https://github.com/ben0xa/doucme

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).