Sometimes you want to send your web server logfiles to someone else, but
without revealing confidential information about your web site or
visitors. Anonlog enables this by encoding sensitive information, for example
hostnames and filenames. It can read logfiles in several different
commonly-used formats.
For example, given this logfile: beta.statslab.cam.ac.uk - - [31/Dec/1999:11:11:12 +0000] "GET /sample.html HTTP/1.0" 200 1234 "http://google.com/" "Mozilla/4.0" gamma.statslab.cam.ac.uk - - [31/Dec/1999:12:11:12 +0000] "GET /dir/index.html HTTP/1.0" 200 1234 "http://referrer.com/" "Mozilla/4.0" statistik.uni-irgendwo.de - - [31/Dec/1999:15:11:12 +0000] "GET /dir/other.html HTTP/1.0" 200 1234 "-" "Mozilla/4.0"it might produce this anonymized version: begs.derision.apt.by.dk - - [31/Dec/1999:11:11:12 +0000] "GET /endure.html HTTP/1.0" 200 1234 "http://detect.fr/" "Mozilla/4.0" liked.derision.apt.by.dk - - [31/Dec/1999:12:11:12 +0000] "GET /far/index.html HTTP/1.0" 200 1234 "http://disclaim.fr/" "Mozilla/4.0" governess.confirmation.jp - - [31/Dec/1999:15:11:12 +0000] "GET /far/talks.html HTTP/1.0" 200 1234 "-" "Mozilla/4.0"Anonlog is written by the author of analog, and is licensed under the GNU General Public License. For more details, it's probably easiest just to see the Readme. Downloading anonlogThe current version of anonlog is 1.0.1. To use it, download either of these two packages: anonlog-1.0.1.tar.gz (36kb) or anonlog-1.0.1.zip (38kb).You also need Perl (at least version 5.004). If you are on Windows and you don't already have Perl, get it free from http://www.activestate.com/Products/ActivePerl/ . If you are on Unix or Linux, you probably already have a new enough Perl, but if not, get it free from http://www.perl.org/ . Anonlog is simple to use, and instructions are in the Readme. FeedbackI welcome feedback on this program. Contact me at analog-author@lists.isite.net. |
|