Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Ethical hacking

Discuss / Comment Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
 
Bookmarks Article Tools Search this Article Display Modes

Simple cmd.exe tricks for starters

By aussiedude aussiedude is offline

On 30th May, 2008
Talking Simple cmd.exe tricks for starters

ADVERTISEMENT
Show Printable Version Email this Page Subscription Add to Favorites Copy Simple cmd.exe tricks for starters link

Author

aussiedude ( Go4Expert Member )

Yet to provide details about himself


All articles By aussiedude

Recent Articles

Similar Articles

Introduction

Hey guys, yeah this is my first posting here. These are just some simple little things i like to use to cause no end of frustration to my school administrators....yea im mainly a white hat tho

Background

Basically these are just some simple cmd.exe commands that normal people don't know about. Actually most people don't even know what cmd.exe and as soon as you open it their like 'oh shit you must be a hacker'. God damn sterotypes

The code

Ok the first code is to see all the users on the computer
the second will change the password of any user (including the admin) note: unless using a network command line interface eg. Powershell it will only change the individual computers admins password which is still pretty useful
the next adds a new using to the comp
you guessed it, this one deletes a user
and this one adds a user to a localgroup

Blocks of code should be set as style "Formatted" like this.
Code:
net user
net user (username) * [note: just start typing the new password you wont, no writting will come up though just hit enter when ur done]
net user (username) /add
net user (username) /del
net localgroup (localgroup eg.administrators) (username) /add
References

Go get em'
Old 06-17-2008, 06:09 PM   #2
gaza08
Light Poster
 
Join Date: Jun 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gaza08 is on a distinguished road

Re: Simple cmd.exe tricks for starters


how do i do this plz pm later
gaza08 is offline   Reply With Quote
Old 08-04-2008, 04:51 PM   #3
haroras
Newbie Member
 
Join Date: Aug 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
haroras is on a distinguished road

Re: Simple cmd.exe tricks for starters


gaza ..
open a command window and type it there line-by-line
or use Windows > Run command on your PC .. opens a black window .. and there you type it.
haroras is offline   Reply With Quote
Old 08-11-2008, 01:08 AM   #4
XXxxImmortalxxXX
Invasive contributor
 
Join Date: Jun 2007
Posts: 569
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 3
XXxxImmortalxxXX is on a distinguished road

Re: Simple cmd.exe tricks for starters


some of this works but all school computers ( unless the ones that are poor and cant afford protection on there pcs) have it to where on shutdown every download command ETC.... will all be deleted except for the stuff the admin specified so ur account will be deleted and wont work. also when you use that that computer can have a server user logon system to where when u turn on ur pc and the logon screens pops up its coming form the main servers pc and lets u logon so once logon and u try to change a password the server rejects it and wont let u at all.

And not to mention most school computers have keyloggers and recorders installed on there pc to see what ppls doing.
XXxxImmortalxxXX is offline   Reply With Quote
Old 08-11-2008, 11:48 AM   #5
faizulhaque
Skilled contributor
 
faizulhaque's Avatar
 
Join Date: May 2008
Location: Karachi
Posts: 217
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 2
faizulhaque is on a distinguished road
Send a message via Yahoo to faizulhaque

Re: Simple cmd.exe tricks for starters


This will give Access Denied 5
__________________
If you start judging people you will
be having no time to love them.....
faizulhaque is offline   Reply With Quote
Old 08-17-2008, 10:18 PM   #6
linuxswan
Go4Expert Member
 
Join Date: Aug 2008
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
linuxswan is on a distinguished road

Re: Simple cmd.exe tricks for starters


it worked for me i.e in Windowsxp professional, tested in my own system with the local user and changed the password for admin
linuxswan is offline   Reply With Quote
Old 11-03-2008, 10:43 AM   #7
anithac#
Newbie Member
 
Join Date: Oct 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
anithac# is on a distinguished road

Re: Simple cmd.exe tricks for starters


Hi ,i am working for connection between server and client.Can you help to connect one server and many clients ?
anithac# is offline   Reply With Quote
Old 11-06-2008, 03:29 PM   #8
NDL
Contributor
 
NDL's Avatar
 
Join Date: Oct 2008
Location: SL,colombo
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2
NDL is on a distinguished road
Send a message via Yahoo to NDL

Re: Simple cmd.exe tricks for starters


this is well known triuck
NDL is offline   Reply With Quote
Old 04-17-2009, 02:07 PM   #9
kiddo
Contributor
 
Join Date: Apr 2009
Posts: 53
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
kiddo is on a distinguished road

Re: Simple cmd.exe tricks for starters


I want to add a little,
if you want to change password with that trick,
it just work on XP, it won't work on Vista.

If you want to use it on Vista, type :
net user [username] shift 8

and it works.......

-----------------------------------------------------------

I'm a newbie, It's nice 2 be here
kiddo is offline   Reply With Quote
Old 05-18-2009, 03:43 PM   #10
iCanTtellYouMyName
Newbie Member
 
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
iCanTtellYouMyName is on a distinguished road

Re: Simple cmd.exe tricks for starters


Hi.

I loved using this in school, to get around the filters, so that I could play whatever I wanted

The filters, block certain websites, anything that the school administrators deems 'inappropriate' such as pornography (obviously) and games (e.g. Runescape)

Well, this is useful if they also disabled use of the command prompt, cmd.exe

Go to Start>Accessories>Calculator (yes, the calculator) and in calc, click Help>Help topics.

Now. In the upper left hand corner you see a "?" right click on it and click "Jump to URL"

You will see "Current URL: mk:@MSITStore:C:\WINDOWS\Help\calc.chm::/calc_whatis_intro.htm"

In the Jump to URL: type in "file:///C:/windows/system32/cmd.exe" WITHOUT QUOTES OR SPACES

enjoy
iCanTtellYouMyName is offline   Reply With Quote
Discuss / Comment Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 


Currently Active Users Reading This Article: 3 (0 members and 3 guests)
 
Article Tools Search this Article
Search this Article:

Advanced Search
Display Modes
Bookmarks

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads / Articles
Thread Thread Starter Forum Replies Last Post
Design pattern in simple examples shabbir Engineering concepts 30 09-22-2009 11:36 PM
Create a simple logo Yogesh Web Design 11 07-21-2009 03:13 PM
Write A Simple COM Application subhasish C-C++ 1 03-06-2008 01:37 PM
SSH Tips and Tricks Febian Web Development 0 02-21-2007 09:44 PM

 

All times are GMT +5.5. The time now is 04:02 AM.