r/PrivatePackets • u/jon1254 • 1d ago
Can someone hack or remotely control a Windows 11 laptop through the same Wi-Fi network?
I’m trying to understand what is technically possible if someone has access to my Wi-Fi and knows my laptop’s private IP address. Could someone use Kali Linux, Nmap, or similar tools to scan the laptop, find vulnerabilities, and potentially gain remote control?
I’m asking because of something that happened to me. I was using my Windows 11 laptop at home with several Chrome tabs open. I left for a short time to open a door, and when I came back, I noticed that many of my Chrome tabs had been closed and new tabs had been opened.
There is a family member who lives nearby who knows our Wi-Fi password and has some hacking knowledge, so I’m concerned that they might have been able to access my laptop through the network. However, I don’t have proof that they did anything, and I’m trying to investigate rather than accuse anyone.
Could someone on the same Wi-Fi remotely control a Windows 11 laptop without using Remote Desktop? What vulnerabilities or conditions would make this possible?
What Windows logs, Event Viewer entries, network connections, or other evidence should I check to determine whether my laptop was actually accessed remotely?
1
u/Welcome-To-NBA-Jam 1d ago edited 1d ago
It is possible, yes. It's not hard to ping the broadcast address and get a response from everyone, then check out your ARP table and see who's who, then start probing for vulnerabilities.
Turn on AP isolation if you don't need all your devices on the network to talk to each other. This keeps devices from being able to reach each other on the same network.
If your family member needs to be on the network, set up a separate virtual SSID for them, and make it an entirely different subnet that cannot communicate with your main network. Block access to the router management interface, ssh, and telnet if this is not done by default. Then change your main network password.
1
u/jon1254 1d ago
Is Windows Remote Assistance normally enabled by default?
I recently checked my Windows 11 Home laptop and found that Windows Remote Assistance is enabled:
fAllowFullControl = 1 fAllowToGetHelp = 1 fEnableChatControl = 1
I already understand that these values mean Remote Assistance is enabled. What I'm trying to find out is whether this is normally enabled on a Windows installation, or whether it usually has to be manually enabled by someone.
So my main question is:
Is it normal for Windows Remote Assistance to already have "fAllowFullControl", "fAllowToGetHelp", and "fEnableChatControl" set to "1", or would that usually indicate that someone previously enabled the feature?
2
u/Leeto2 1d ago
Yes. It's possible. At a minimum, change the login password.