Can anybody provide instructions how to track the URLs of sites accessed via an OpenWrt router?
Topic: How to track http URLs?
The content of this topic has been archived on 27 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
You'd need to use a proxy like squid and some iptables rules to do transparent redirection of all outbound traffic on port 80 to the proxy. However, you probably don't want to (or can't) run the proxy on the router itself. You'd need to run it on another machine on your LAN that would always be on and redirect the traffic there.
ipkg install dsniff
urlsnarf -i (wan interface here)
ipkg install dsniff
urlsnarf -i (wan interface here)
Thanks, works like a charme on the console! Any way to set it up to start during boot, dump into a file and upload to an FTP server?
The discussion might have continued from here.