Waraxe IT Security Portal
Login or Register
August 21, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 651
Members: 0
Total: 651
Full disclosure
[0day-rubbish] VMS 6.48.809 Authenticated command injection to root RCE (8.8)
[0day-rubbish] ONE Reporter 13.1 Authenticated RCE / privilege escalation via CommandExecutor (8.8)
[0day-rubbish] Gemini 7.3.0 Authenticated SQL injection to xp_cmdshell RCE (8.8)
[0day-rubbish] RoboTask 11.0.5.1229 Unauthenticated REST API remote task execution (9.8)
[0day-rubbish] ActiveFax Server 10.70 Unauthenticated LPD Ghostscript %pipe% SYSTEM RCE (9.8)
[0day-rubbish] Tornado 2.11.3 Unauthenticated arbitrary file write to root RCE (storeTo=file: to cron) (9.8)
[0day-rubbish] Datalore On-Premises 2026.2.3 Unauthenticated RCE via InteractiveReport access-mapping flaw (9.8)
APPLE-SA-08-18-2026-1 Safari 26.6.1
Cudy WR3000: Hard-coded JWT Secret to Root Command Injection
Security advisory: Pre-authentication RCE (SQL injection) in XPressEntry 3.7.7454 (Telaeris Inc)
Security advisory: Authenticated RCE (SQL injection) in Scrutinizer 19.7.0 (Plixer)
Security advisory: Pre-authentication SYSTEM RCE (Zip-Slip plugin planting) in Output Messenger Server 2.0.x (>= 2.0.63) (Srimax Software (Output Technology))
Security advisory: Pre-authentication RCE (arbitrary file write) in RapidDeploy 5.2.2 (MidVision)
Security advisory: Authenticated RCE (second-order SQL injection) in Lansweeper 12.2.1.0 (web reports 12.2.1.6) (Lansweeper)
Security advisory: Authenticated RCE (command injection) in Kerio Connect 10.0.9 Patch 2 (build 10320) (GFI Software)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Newbies corner -> win Xp Admin account through the command line
Post new topicReply to topic View previous topic :: View next topic
win Xp Admin account through the command line
PostPosted: Thu Jun 09, 2005 4:38 am Reply with quote
nirVaan
Regular user
Regular user
Joined: May 20, 2005
Posts: 8




hi guys

is there a way to create a admin account using the command prompt(like using the net user command).

thankz
View user's profile Send private message
PostPosted: Thu Jun 09, 2005 3:14 pm Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




first u have to be admin ( idont care how u get it)
then , just add a new user

c:\net user user1 password /add

then change the user1 to be admin

c:\net localgroup Administrators user1 /add'

then check user1 power

c:\net user user1

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Wed Jul 20, 2005 3:26 am Reply with quote
slimjim100
Valuable expert
Valuable expert
Joined: Jun 09, 2004
Posts: 208
Location: USA




POSIX Exploit
Privilege Escalation Win 2K/XP
By Slimjim100


1.) You will need to Google to find a copy of POSIX Exploit code. Once you have this you can move to step two.

2.) Now that you have a copy of ?posix.exe? Lunch it.

3.) Now that you have cmd.exe running with system rights you can add user accounts. Exaple below:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\WINDOWS\system32>net user /add sys <- Command ?net user /add sys? (sys is account name we are using)?
The command completed successfully.

C:\WINDOWS\system32>net user

User accounts for \\WARPC-U1D7MJHHP

-------------------------------------------------------------------------------
Admin100 driver Guest
Sys <- this is our new account!!
The command completed successfully.

C:\WINDOWS\system32>net localgroup Administrators /add sys <- Command ?localgroup Administrators /add sys? (With this command we have added our account (sys) to administrators gourp)
The command completed successfully.

C:\WINDOWS\system32>net user

User accounts for \\WARPC-U1D7MJHHP

-------------------------------------------------------------------------------
Admin100 driver Guest
sys
The command completed successfully.

C:\WINDOWS\system32>

**** Your now done with a new admin account**** By Slimjim100
http://www.k-otik.com/exploits/07162004.MS04-020posixexp.c.php link to the exploit code!

I have this in a word doc with pictures so e-mail me if ya want a copy. Slimjim100(at)gmail.com

_________________
www.anti-hacker.info
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
PostPosted: Wed Jul 20, 2005 9:46 am Reply with quote
shai-tan
Valuable expert
Valuable expert
Joined: Feb 22, 2005
Posts: 477




Very interesting.... Does this work on XP/SP2?

_________________
Shai-tan

?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds
View user's profile Send private message
PostPosted: Wed Jul 20, 2005 2:46 pm Reply with quote
slimjim100
Valuable expert
Valuable expert
Joined: Jun 09, 2004
Posts: 208
Location: USA




For it to work with XP SP2 you need a mod'ed version of POSIX. I think I had a copy of it but I'm not sure if I saved it. You will have to google around to find it. There are many exploits out there for windows systems just look around I think the latest COM exploit can work the same way.

Slimjim100

_________________
www.anti-hacker.info
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
PostPosted: Wed Jul 20, 2005 11:29 pm Reply with quote
shai-tan
Valuable expert
Valuable expert
Joined: Feb 22, 2005
Posts: 477




Thanks Ill look through my Ex.... Tre. for any POSIX exploits Wink

_________________
Shai-tan

?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds
View user's profile Send private message
win Xp Admin account through the command line
www.waraxe.us Forum Index -> Newbies corner
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.037 Seconds