C
- cgiscan-0.10.tgz
Scans web servers for insecure cgi scripts (very out dated)
- peeps-0.65-dos-src.tar.gz
A little simulation I wrote back in 1994. Basically a bunch of 'peeps' (read: multicolored
dots) running around the screen. They have sex (sorry, not illustrated), become pregant,
spawn offspring and eventually die. Hey. I was bored. Source and binaries are included,
seems to run ok on current versions of win32 and under dosbox.
(screenshot)
Perl
- fixfiles.pl
Defunkifys filenames... it converts alpha characters
to lowercase, removes spaces and obfuscated characters that have no
business in a filename. WARNING: this script can seriously damage
system files if used incorrectly. For use with personal data only, to not use
on system files!
- passgen.pl
An extremely flexible bulk password generation program. It can produce
passwords based on a set of masks supplied at the command line.
- mp3web.tgz
Not ready for prime time. A self contained web based mp3 / ogg player.
It's main focus is quick, easy installation and maintanence. There are
some screen shots:
- mikecolor.tgz
A perl script that will filter and color syslog entries. Useful for a
loghost with lots of traffic.
- overseer.tgz
A daemon that monitors general system information and relays it over
syslog. Includes a client side for parsing / displaying the information
in a meaningful manner.
- reminder.tgz
Always forgetting birthdays or important events I wrote this perl script
to remind me of important events. Useful when included in .bash_profile.
- Download View
Finds different solutions to those annoying peg games
Sample Solutions:
1 2->4->7,11->7->4,9->5->2,2->4->7,12->8->5,3->5->8,10->6->3,14->13->12,7->8->9,1->3->6,6->9->13,12->13->14,15->14->13
1 11->12->13,14->13->12,6->9->13,12->13->14,15->14->13,1->3->6,7->8->9,2->4->7,10->9->8,13->8->4,7->4->2,2->5->9,6->9->13
1 3->6->10,4->5->6,11->7->4,2->4->7,10->6->3,1->3->6,13->8->4,14->9->5,7->4->2,2->5->9,6->9->13,12->13->14,15->14->13
1 10->6->3,1->3->6,8->9->10,10->6->3,2->5->9,14->9->5,7->4->2,3->5->8,12->13->14,15->14->13,13->8->4,2->4->7,11->7->4
1 2->4->7,11->7->4,9->8->7,3->5->8,12->8->5,7->4->2,10->6->3,1->3->6,14->13->12,2->5->9,6->9->13,12->13->14,15->14->13
1 12->13->14,5->8->12,15->14->13,10->9->8,12->13->14,7->8->9,14->9->5,3->6->10,2->4->7,11->7->4,4->5->6,10->6->3,1->3->6
Bash
- sanity.sh
More of a script header than a script. sanity.sh does a decent job of
verifying and setting a sane bash environment.
- check_url.sh
A bash script that incorporates curl and
md5sum to alert
the user when a url has changed. (Requires BASH 2.0 or greater)