Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to see if anyone is using my wireless internet?
#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


Messages In This Thread
RE: Is it possible to see if anyone is using my wireless internet? - by MarkW7 - 09-29-2010, 01:11 PM

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

Forum Jump:


Users browsing this thread: 2 Guest(s)