Projects
Here you can find some of my past and present projects for download. Be sure to check the licensing before you download and use anything you find. Older projects can be found over here.
Out Of Office Manager
Out of Office Manager is an ASP solution to the business problem where users leave the office for a period of time and forget to set their Out Of Office on. Out of Office Manager solves this problem by providing a friendly web interface to allow designated staff to manage Out of Office in the event of the person’s absence.
MD5 Brute Force Tool
A program written to test the strength of md5′d passwords by attempting to brute force them. This program will attempt to brute force the given md5 hash. The user can also choose the characters to use when brute forcing. Sourcecode and windows binary available.
Windows Product Key Finder
A simple C++ windows application to find and decrypt Microsoft Windows and other Product keys. Written to help me out at work to establish who was using what software. Source code available on request.
Password Revealer
A Windows application to reveal passwords. Useful if you get a network logon box popup prepopulated with your password and you want to find out what the password is. Sourcecode and windows binary available.
Windows Driver Backup
A .Net 2.0 application to backup non-Microsoft drivers on a Windows box. Useful when you’re about to format or re-install Windows. Sourcecode and windows binary available.
Network Boot Disk
A floppy disk image which will boot up a machine and connect to a network share. It will then begin a windows install. Included are network card drivers drivers for Qemu and VMware.
Squid Top Site Report Generator
This perl script parses a squid access.log file and totals up the visits to each url and produces a HTML report ordering sites by the frequency visited.