Papers
Intrusion Detection Systems - This is my final paper written for IS340. It was about, you guessed it, Intrusion Detection Systems. It contains a comparison of the open source communities contributions and then looks at some of the commercial systems avalible.
Legal Issues of Sniffing Network Traffic - Another paper for my classes, this time for CJ431. It talks about the legal and ethical issues that arrise when network traffic is logged by companies or other entities.
Management Of Authentication Mechanisms - A paper on managing the way authentication is used in a company. My final paper for IS342
Programs
AimSniffCleaner.sh - This little beauty take the output of a aimsniff log file and lets you isolate specific conversations then it outputs them in a easy to read html format perfect for viewing in Firefox or links. Sorting by IP and Screen name is supported. (Found a bug, I'll post it ASAP)
NZBHelper.sh - Got to love bash :) My own little, you guessed it, nzb helper script. It supports standard Usenet posts (par2, rar, and split files) and will dump them to a directory of your choice when its done. Edit the first line of the script to suit your needs. Still rough if you have a whole TV series to extract but thats what for loops are for (no pun intended)
TODO:
Better detection of file types
Detect when par2repair fails and either run again or quit.
Be able to run it against a directory
Check for sfv files (faster to check first that a whole par set)