My Tools
I have developed a collection of scripts and tools that are all available via my GitHub profile. Go check them out :)
Vim Profile
I have pimped out my vim config quite a bit and created an installer and updater for Linux/OSX. It contains plugins for Python and Git amongst over things.
https://github.com/NullMode/vim
XPath CLI Query Tool
A hacky script to perform XPath queries on the command line against an XML file
https://github.com/NullMode/XPathQuery
Password Cracking Utils
A collection of simple scripts that I knocked up to help me with password cracking. Nothing fancy in here, but they might be useful to someone.
https://github.com/NullMode/password-utils
PuTTYExtractor
One day I thought it might be nice to extract my PuTTY configuration from the registry on windows and convert it into ssh commands that could be run via a command line. PuTTYExtractor does just that.