And Then ranjeet walunj wrote .............
I want to write a program on client end which will trap all the
urls accessed by the surfer. Requirement is something like that the program will run in background and logs all urls in text file. Can somebody please suggest me tools .. i preffer C ... just tell me how shall i write it ?..... client browser can be NS, IE....
try creating a transparent proxy ... redirect all request for port 80 to your proxy server (ipchains).... and then analyse the proxy server logs ... The existence of the proxy is transparent to the user