on the network
Forum Thread: How to Shutdown Another Computer
- Hot
- Active
-
Forum Thread: Hack Instagram Account Using BruteForce 197 Replies
10 hrs ago -
Forum Thread: How to Hack School Website 9 Replies
13 hrs ago -
Forum Thread: Gaining Access into the Victim's Whatsapp on Android 16 Replies
15 hrs ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
2 days ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 51 Replies
2 days ago -
Forum Thread: Bypassing DeepFreeze Without Reseting the Password? 5 Replies
2 days ago -
Forum Thread: How to Hack CCTV Private Cameras 68 Replies
2 wks ago -
Forum Thread: Hacking Facebook,Twitter,Instagram Account Passwords with BruteForce 164 Replies
3 wks ago -
Forum Thread: How to Gain Access to an Android Over WAN 24 Replies
1 mo ago -
Forum Thread: Discord Channel 3 Replies
1 mo ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
2 mo ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 18 Replies
2 mo ago -
Forum Thread: Mitm attack problem 2 Replies
2 mo ago -
Metasploit Error: Handler Failed to Bind 40 Replies
2 mo ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
3 mo ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
3 mo ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
3 mo ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
3 mo ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
3 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
3 mo ago
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Dox Anyone
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Hack Android Using Kali (Remotely)
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Bypass File Upload Restrictions on Web Apps to Get a Shell
-
How To: Upgrade a Dumb Shell to a Fully Interactive Shell for More Flexibility
-
How To: Hack Coin-Operated Laudromat Machines for Free Wash & Dry Cycles
-
How To: Embed a Metasploit Payload in an Original .Apk File | Part 2 – Do It Manually
-
How To: Bypass Antivirus Software by Obfuscating Your Payloads with Graffiti
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
5 Responses
A question mark goes a long way...
Power Button? Not sure I understand?
404 question not found
/Bytewiz
Hi Tuyishimire, this is an easy task to perform if you know the username and password of an account of your victim.
To see who is in your network you can type:
net view
And then a list will all the pc's will appear. It will be something like that:
SERVER NAME
\\PC1
\\PC2
\\USER-4182MA
Let's say that your victim's pc has two accounts created:
Username:Teacher
Password:admin
And the second account is for students:
Username:Student12
Password:student
Nou you will need to use the command net user to get acces to shutdown that specific pc.
net user \\(IP or Server name) /user:(Account name) (Password)
After you put that ip or server name, you will need to type in the account name you want to log in, in this example we will use the teacher account.
net user \\PC1 /user:Teacher admin
Now it should say that your command completed successfully.
Now you can use the shutdown command on that pc.
shutdown -s -f -m \\PC1 -t 0
And don't worry the teacher won't be able to find out even if he looks in event viewer.
Good luck friend.
If it's windows, just go to "network", find the PC, right click it, and activate admin shutdown.
Just couldnt leave you hanging...
from command prompt:
shutdown /s /f /m \\%computername% /t 00
Share Your Thoughts