In this post I’m writing about some Windows NT 5.x series (i.e. windows 2000/XP/2003) hack which I have gathered from various sources! Well due to lack of time I could not try all of the following hacks; but again whether a particular hack should work or not depends on security of that system! As security measure varies from system to system some of these may not work! Well that is for what comments facility is provided!
#1. Opening command or cmd prompt from where it is Banned!
Normally we start command or cmd prompt by executing “Start>Run>Command.com” or “Start>Run>Command.exe” respectively!
If this is not working, then u can try…
1. Open Notepad (or any text editor).
2. Type just command.com or cmd.exe (depending on what u want to open!).
3. Without doing anything else, just save this file with whatever name u like (e.g. devil, rahul, etc) but extension must be “bat”. e.g. filename cud be “devil.bat”, “rahul.bat”
Then save it as Something.bat.
Now all u need to do is click on this file to start commanding!
#2. Adding/Deleting a user to your network
1. Open command prompt!
2. To add user, type : “Net user Devil /ADD”
2. To delete user, type : “Net user Devil /DELETE”
Well this may fail! Does it said access denied?
Lets try to make this work by some nasty commands! (otherwise u r free to break into system by breaking windows password!!!)
so now, type: “net localgroup”
following is the output of this command in my college…
Aliases for \COEP——————————————-
*Administrators
*Backup Operators
*Guests
*HelpServicesGroup
*Network Configuration Operators
*ORA_DBA
*Power Users
*Remote Desktop Users
*Replicator
*Users
The command completed successfully.
Yep admin is there with name Administrators
so to add, type: “net localgroup Administrator Devil /ADD”
similarly so to add, type: “net localgroup Administrator Devil /DELETE”
#3. Opening blocked sites (orkut, myspace, etc.) with the help of command prompt!
Say orkut, myspace, etc is blocked in ur college/office. Well my college is kool in this regard!
Lets try it for orkut!
Type (at command prompt): “ping orkut.com”
Here is the output…
Pinging orkut.com [72.14.209.85] with 32 bytes of data:Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 72.14.209.85:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Does it look like failure to u??? All requests gotta time-out! Well as I said earlier my college is quite liberal so this has nothing to do with network admin!
Actually orkut, myspace, google and many well-known site does not allow pinging as it increased load on their servers! So does this mean no donut for u??
Well all we needed was IP address and we got it! 🙂
so open up your browser and type following in address bar/navigation bar/url bar…
For orkut, http://72.14.209.85
For myspace, http://216.178.32.52
For google, (wat??? google is blocked! R u on earth???) wel try http://72.14.207.99
Well if u r orkut or myspace addict, then there is another article u may like to read!