License Agreement

All software on this page is free and can be downloaded under the terms and conditions of the GPL (General Public License), Version 2. As all free software it comes, of course, without any warranty. Please use it on your own risk.

Extracting A Spam-Free Referrer List From Apache Logs

This perl script generates a referrer list from an apache log file. It also attempts to filter out spam as good as possible. Save as referrers.pl and start using: ./referrers.pl < access_log

View/Download the referrer-script

Backup Script

This script is using tar and mt-dds to make backups from your filesystem to a tape (DDS) device. Thanks to "bash rules" for figuring a bug out.

View/Download the backup-script

Bash-like Korn-Shell

This nice Korn-Shell init-script (.kshrc) changes the korn shell behavior so that it is more bash-like. It enables the cursor keys and auto completion using double-ESC and adds some other nice features. Optionally, you can use it to make the xterm title change dynamically according to the current prompt. To use it, save it in your home directory, name it ".kshrc" and restart your korn shell.

View/Download the .kshrc-file

Automated Login Into TACACS + S/Key Enabled Hosts

This expect-based script is a frontend to telnet, monitoring the data stream for S/Key strings. Whenever such a string is found, the user is prompted for his password, the password is automatically MD5-hashed and sent to the server.

View/Download the TACACS script