Tuesday, February 26, 2013

How to shutdown someones computer using Command Prompt


How to shutdown someones computer remotely using IP address. Tracking IP address using gmail.
Things you will need to hack:
(i) a gmail account
(ii)your victims email id
(iii)and some damn guds
please donot use this trick for any ehtnical purpose. I am not responsible for any damage done by you. This is only for educational purpose
send a mail(use gmail) to your victim if you donot have his ip address.
Instructions
In your Gmail account, open compose a email and send it to your victim. And get a reply.
2.On the upper right-hand corner of each email, there's a button that says "Reply." The little blue inverted triangle indicates there's a drop-down menu. Click that blue triangle.
3.From that drop-down menu, select "Show original."
4.A new window will open once you've chosen to show the original file.
5.On this page (which is all text and code), a few lines down, find the line that begins with,"Recieve,from:" This is telling you where the email delivered. Follow that line all the way across. At the end, in brackets, is the IP address of the person or company who sent the you the email .
PART 2
This part will show you how to shutdown the person computer.
Step Two: Once in Command Prompt type [shutdown -i] without brackets. This will bring up the Shutdown Interface.
Step Three: In the Shutdown Interface click the button “Add”.
Step Four: Enter the computer name, or computer IP address.
Step Five: Click “Okay”.
Step Six: Wait a few seconds for Command Prompt to do the job, depending on how many entries you put will vary the amount of time it takes.
Step Seven: Sit back and watch the computer(s) shutdown! Sometimes in school or at work Command Prompt wont be able to complete the shutdown proccess and say “Access Denied”. As of now I do not know a way to get past that or if there even is a way.
Step Eight: Do your maintenance, go to sleep, or laugh at the person you just shutdown ENJOY!
TIP: If you ever have a shutdown warning pop up on your screen there is no way to exit it. Unless you go open up Command Prompt and type [shutdown -a] without brackets. That will abort the shutdown and you can continue to do what you where doing.
If this doesnot work use this code: To shutdown a remote machine, you have to enter following command in command prompt on the computer your are using.
c:\> shutdown -m \\comp_name -s Shutdown - This is the command to shutdown. -m - Tell shutdown you want a remote computer. \\comp_name - This is the computer name or IP which you want to shutdown -s - For 'shutdown' (-s = Shutdown, -r = Restart, -l = Logoff, -a = Abort shutdown)
You will need to know the 'name' of the remote computer, but you may be able to get this by looking in Network Neighbourhood or My Network Places/Entire Network, or you can use 'net use' command in your command window to see the computer names in your network.



No comments:

Post a Comment