Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to see if anyone is using my wireless internet?
#21
My router has password protection and is able to see who is connected. All latest routers should have it. If your router is old and doesn't have password protection, I think you should probably get a new one.
[Image: HJmbY.gif]
Reply
#22
If you suspect someone to be using your WiFi, run a quick nmap scan to see who's on your network.

Linux:

Code:
nmap -sP 192.168.2.1/24 | grep 192

Windows:

You can download a program called "Zenmap" it's an nmap GUI or just install nmap CLI under windows and run:

Code:
nmap -sP 192.168.2.1/24

-sP = Ping scan, it'll just tell you who's online.
192.168.2.1 = Your routers IP
/24 = Your whole class C network
| grep = Just filters the 192 address' (IPs) so you don't have to read a load of crap.


Any probs, post or PM me.
Reply
#23
Use Cain and Abel.

Find out who is doing it.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to make my PC as wireless Router debasishsahu4u 2 1,162 12-25-2019, 11:30 PM
Last Post: rickmartin.gt
  Wireless not working «Ðartz™» 18 5,066 12-25-2019, 11:30 PM
Last Post: rickmartin.gt
  Setting up 2 Wireless Routers - does it help chuckbytes 2 1,284 12-25-2019, 11:30 PM
Last Post: rickmartin.gt
  Having trouble with Wireless Internet JMEG 4 1,525 12-25-2019, 11:30 PM
Last Post: rickmartin.gt
  Wireless Lan Speed NAT 8 1,619 12-25-2019, 11:29 PM
Last Post: rickmartin.gt

Forum Jump:


Users browsing this thread: 5 Guest(s)