wciccadmin
Programmer
Hello,
I am trying to put something together to track website URLS visited by some employees. I have tried a few freeware tools but they do not do exactly what I need. I would like to keep things simple as possible.
When a webpage is accessed in IE I would like to write the logged on NT username, time and URL to a text file or SQL table. I have it all figured out with the exception of tracking the URLs.
I dont know how to go about this...I was thinking it would be nice to sniff port 80 and 443 outbound and check the destination IP Address and then do a DNS lookup on the reporting end... Just wondering if there is a better way.
I would like this to be a vbs or a single exe so I will not need to install this, just run via login script.
I am trying to put something together to track website URLS visited by some employees. I have tried a few freeware tools but they do not do exactly what I need. I would like to keep things simple as possible.
When a webpage is accessed in IE I would like to write the logged on NT username, time and URL to a text file or SQL table. I have it all figured out with the exception of tracking the URLs.
I dont know how to go about this...I was thinking it would be nice to sniff port 80 and 443 outbound and check the destination IP Address and then do a DNS lookup on the reporting end... Just wondering if there is a better way.
I would like this to be a vbs or a single exe so I will not need to install this, just run via login script.