August 15, 2009
What software are there to track which websites a wireless router user has visited?
warlord asked:
I am looking for software that can Follow the Web site and Web pages a user has visited. For example, I'm running a wireless router that connects users to the Internet 5-7. I am interested in what these people are doing with my wireless service, as in are abusing the wireless service that I'm giving them? I am interested in how long you are spending on the Internet, that Web site or visited web pages that are doing the surfing and if they are material loading programs object. I know that this software? available on the open market but so far, I 'm not sure where to find them. I am hoping for examples of such software that can use. Still, I also wonder if the users on my wireless router can block such tracking software or you can join my attempts to follow them or you are informed when using this software is to follow. I Undertsand that large networks and corporations? routinely use such software. ? such software very expensive?
Create a video blog
I am looking for software that can Follow the Web site and Web pages a user has visited. For example, I'm running a wireless router that connects users to the Internet 5-7. I am interested in what these people are doing with my wireless service, as in are abusing the wireless service that I'm giving them? I am interested in how long you are spending on the Internet, that Web site or visited web pages that are doing the surfing and if they are material loading programs object. I know that this software? available on the open market but so far, I 'm not sure where to find them. I am hoping for examples of such software that can use. Still, I also wonder if the users on my wireless router can block such tracking software or you can join my attempts to follow them or you are informed when using this software is to follow. I Undertsand that large networks and corporations? routinely use such software. ? such software very expensive?
Create a video blog
Filed under Other - Internet by kris
Leave a Comment
You must be logged in to comment

Comments on What software are there to track which websites a wireless router user has visited? »
One solution is to setup a transparent proxy.
This can be done as to not interfere with access but can provide all sorts of data including every web access or you can restrict certain sites if you really want to. There are several add-ons that have been done for squid to provide reporting from the logs that it can keep. A side benefit is that using caching you can maximize bandwidth and make browsing effectively quicker for sites that are visited frequently or by multiple users.
This is basically a free solution. Any, say, old pentium machine with decent network cards, a fair amount of memory, HD space and Linux loaded on it can handle this.
You could also use something like tcpdump (a packet capture utility) which can monitor *all* traffic going through the network. This too is a free program.
The average user would have no idea if you were using any type of ‘tracking’ method. And all but the most knowledgable would be aware of certain methods (eg tcpdump can be quite difficult to determine if it is being used depending on how it is used). While it would be pretty easy for someone to realize that they are going through a proxy (eg. a random error with the proxy accessing a page) this can be excused as being in place for the speed benefit.
Many corporations probably use some commercial software, mainly because they have a budget and don’t care so much about cost as they do prettiness and nifty charts and reports that a program can make for them with ease. There is plenty of open source software that can do just as much. For more possibilities do a search on freshmeat or sourceforge.