DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
(84 votes) Published: Apr 28, 2005 8:56 a.m. In 17 Favorites Lists Viewed 2082 times
In this article i will talk about remotely shutting down computers on a schools network.
Ever wanted to piss off the schools system admin or even shutdown the principals computer?
To start off you will need to open up the command promnt. If this is unavaliable type the syntax (charectors, words, code) in NOTEPAD OR WORDPAD and save it as a batch file then exacute. (to do this go to ’save as’ and give it a name but with ’.bat’ after the filename)
First you need to scan for someone you do not like who is logged onto the network. To do this simply type...
nbtstat -a xxx.xxx.xxx.xxx
The ’Xs’ reprasent the Internet Protocol numbers (or IP’s) of the distant computer somewhere on the network. If done correctly it should give some information about that computer eg. name of person logged on. (If you are having trouble with this part simply test it on your own computer by looking for ’default gateway’ when your computer is booting up)
After finding someone worth shutting down type this into the command promnt...
shutdown -s -m xxx.xxx.xxx.xxx -t 00
I will explain this command in detail.
shutdown = activates shutdown command
-s = tell command to shutdwon completely
-m xxx.xxx.xxx.xxx = tells command ’this computer’
-t 00 = tells command to not put a timer on command
Now press enter. If the command promnt lags, then the IP does not exist. You should get a respons if done correctly.
If you are a n00b or find this stuff confusing there is a shortcut.
Open a file and go to ’file’, ’new’, ’create shortcut’. Type in this in to the shortcut box...
shutdown -i
That is a nifty little program that comes with Windows XP Pro. Your admin may have taken it off but lets hope he hasnt for your sake.
After spending some times getting used to doing this it should all come natural and eventually you may get the balls to shutdown the whole schools network like yours truely.
Please rate this egg
-Pr0b3
(WARNING PLAYING WITH THIS CODE IS SAFE BUT BE CAREFUL WHEN PUTTING A TIMER ON THE SHUTDOWN, THIS WILL GIVE YOUR NAME IN A BOX TO WHOEVER YOU ARE DOING THIS TO)
Apr 28, 2005 11:56 am - GENIOUS
god damn mother fucking genious.
god bless you and the ground you walk on.
lol
but seriously that is friggin good
have fun with your
5*
May 05, 2005 7:48 am - In the article when i saw ’default gateway’ i remembered afterwoos that its not next to that, i think its ’local IP’ i cant really remember, i havnt done it for a while
Nov 03, 2005 6:12 pm - Old But still good if you cant find out the computer you wants ip adress and it is a public computer you can use it and type in "ipconfig" into the dos prompt to get the ip address for the computer you want to shut down