How to see who is using my WiFi

145,751

Solution 1

Usually a WiFi router has a web interface that shows all (previously) connected WiFi devices... Try going to the IP address of your router through your browser.

Read this part, and the rest of my blog post about WiFi security here: http://blog.superuser.com/2011/03/28/iron-cladding-your-wi-fi-network/

Happy reading!

Solution 2

first, it helps to understand how WIFI works, read http://www.wi-fiplanet.com/tutorials/article.php/1447501 and/or http://www.cs.wright.edu/~pmateti/InternetSecurity/Lectures/WirelessHacks/Mateti-WirelessHacks.htm.

any other machine "using your network" has to be associated to your network which means it sends "associated beacons" (as explained here).

then all you have to do is to grab a tool which sniffs WIFI-packets and then analyze, which of the received packets are meant to be used "in your network", you can find a list of tools over at http://www.topbits.com/wi-fi-software-tools.html.

and then you can compare the MAC address of the sender with the MAC address of the devices you allow and hope, that the sender did not fake its MAC address :)

Solution 3

If you're worried, changing the password on a regular basis will ensure that if somebody does break in, they won't stay for long.

Obligatory XKCD reference: http://www.xkcd.com/341/

If you're not cool enough to do it manually, you can look up tools like Upside-Down-Ternet for playing games with people on your WiFi.

Solution 4

if you can use Linux, there is a tool which is called aireplay-ng it is actually a set u will find, airodump-ng,aireplay-ng and so on...

{For Linux only} if it is not downloaded and let's say you are using Ubuntu get the tool first using the apt-get install command,

then look for wireless routers iwlist scan wlan0

then see which channel you router is on,

then airmon-ng start wlan0

and finally airodump-ng mon0

Share:
145,751

Related videos on Youtube

Bakhtiyor
Author by

Bakhtiyor

Updated on September 17, 2022

Comments

  • Bakhtiyor
    Bakhtiyor almost 2 years

    I have a WiFi router at home and would like to know if there is any way to know who is connected to my WiFi network and using it. My WiFi network is password protected but still there could be a chance that neighbours crack it and could use my WiFi for free.

    For this reason I would like to know is there is any tool to inspect the log of the WiFi router in order to know which computers are connecting to it.

    • kopobamypa
      kopobamypa about 14 years
      Switch off your WiFi router and wait for your neighbors coming with complaints :)
    • Bakhtiyor
      Bakhtiyor about 14 years
      Thank you all for you suggestions and proposals. I solved my problem by doing following steps thanks to your replies. 1) Changed DHCP start IP address to 192.168.1.128 and end IP address to 192.168.1.29, so that I can connect only with my laptop and iPad touch concurrently. 2) Put MAC filter, so that only my laptop and iPod touch can connect to my WiFi, because I registered their MACs in the router. 3) Changed Network Authentication into WPA2/PSK in order to make authentication process much secure. I highly appreciate your helps.
  • Insomnic
    Insomnic about 14 years
    No downvote because your answer is accurate - but it is overcomplicated. It shouldn't be necessary to "sniff" your own network when you have access to the network management devices.
  • gorilla
    gorilla about 14 years
    The default is going to vary according to the brand. SMC's and Belkin default to 192.168.2.1, Linksys & Netcom default to 192.168.1.1, and DLink and Netgear default to 192.168.0.1
  • 0xab3d
    0xab3d about 14 years
    you can use the channel and ESSID for the filtering options in the airodump-ng command, if you are a linux user you will figure it out ~Abed
  • Chris Nava
    Chris Nava about 14 years
    The web interface is commonly 192.168.1.1
  • akira
    akira about 14 years
    @Insomnic: the reason i brought up the "right" tools is that OP is afriad of crackers .. which are mostly not so stupid to not hide themselves from the "wifi router made for homeusers".